Color Hex Logo

#bfb130 Color Hex

#BFB130
(191,177,48)
0 Favorites   0 Comments

Color spaces of #bfb130

RGB 19117748
HSL0.150.600.47
HSV54°75°75°
CMYK 0.000.070.75   0.25
XYZ37.741542.73409.0556
Yxy42.73400.42150.4773
Hunter Lab65.3712-11.344337.5467
CIE-Lab71.3741-9.107063.3446

#bfb130 color RGB value is (191,177,48).

#bfb130 hex color red value is 191, green value is 177 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bfb130 hue: 0.15 , saturation: 0.60 and the lightness value of bfb130 is 0.47.

The process color (four color CMYK) of #bfb130 color hex is 0.00, 0.07, 0.75, 0.25. Web safe color of #bfb130 is #cc9933. Color #bfb130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 00110000
Octal 277 261 60
Decimal 191 177 48
Hex BF B1 30

RGB Percentages of Color #bfb130

%45.91
%42.55
%11.54

CMYK Percentages of Color #bfb130

%0
%7
%75
%25

Triadic Colors of #bfb130

#bfb130 #30bfb1 #b130bf

Analogous Colors of #bfb130

#bfb130 #86bf30 #bf6a30

Monochromatic Colors of #bfb130

#bfb130

Complementary Color

#bfb130 #303ebf

#bfb130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb130 Color CSS Codes

.mybgcolor {background-color:#bfb130; } 
.myforecolor {color:#bfb130; }
.mybordercolor {border:3px solid #bfb130; }

#bfb130 Text Font Color

<p style="color:#bfb130">Text here</p>

This sample text font color is #bfb130
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfb130 Background Color

<div style="background-color:#bfb130">
Div content here</div>

This div background color is #bfb130


#bfb130 Border Color

<div style="border:3px solid #bfb130">
Div here</div>

This div border color is #bfb130


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,177,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfb130; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfb130;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb130;
  box-shadow:         1px 1px 3px 2px #bfb130; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,177,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfb130">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb130;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb130;
  box-shadow:         1px 1px 3px 2px #bfb130;">
Div content here</div>

This div box has shadow with color #bfb130


Comments

No comments written yet.

Please login to write comment.