Color Hex Logo

#bfb309 Color Hex

#BFB309
(191,179,9)
0 Favorites   0 Comments

Color spaces of #bfb309

RGB 1911799
HSL0.160.910.39
HSV56°95°75°
CMYK 0.000.060.95   0.25
XYZ37.655343.33636.6385
Yxy43.33630.42970.4945
Hunter Lab65.8303-13.100140.1023
CIE-Lab71.7826-11.148172.6327

#bfb309 color RGB value is (191,179,9).

#bfb309 hex color red value is 191, green value is 179 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bfb309 hue: 0.16 , saturation: 0.91 and the lightness value of bfb309 is 0.39.

The process color (four color CMYK) of #bfb309 color hex is 0.00, 0.06, 0.95, 0.25. Web safe color of #bfb309 is #cccc00. Color #bfb309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 00001001
Octal 277 263 11
Decimal 191 179 9
Hex BF B3 9

RGB Percentages of Color #bfb309

%50.40
%47.23
%2.37

CMYK Percentages of Color #bfb309

%0
%6
%95
%25

Triadic Colors of #bfb309

#bfb309 #09bfb3 #b309bf

Analogous Colors of #bfb309

#bfb309 #70bf09 #bf5809

Monochromatic Colors of #bfb309

#bfb309

Complementary Color

#bfb309 #0915bf

#bfb309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb309 Color CSS Codes

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

#bfb309 Text Font Color

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

This sample text font color is #bfb309
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.


#bfb309 Background Color

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

This div background color is #bfb309


#bfb309 Border Color

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

This div border color is #bfb309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb309


Comments

No comments written yet.

Please login to write comment.