Color Hex Logo

#bf9419 Color Hex

#BF9419
(191,148,25)
0 Favorites   0 Comments

Color spaces of #bf9419

RGB 19114825
HSL0.120.770.42
HSV44°87°75°
CMYK 0.000.230.87   0.25
XYZ32.251232.32645.4595
Yxy32.32640.46050.4616
Hunter Lab56.85631.753934.1062
CIE-Lab63.61175.589263.5118

#bf9419 color RGB value is (191,148,25).

#bf9419 hex color red value is 191, green value is 148 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bf9419 hue: 0.12 , saturation: 0.77 and the lightness value of bf9419 is 0.42.

The process color (four color CMYK) of #bf9419 color hex is 0.00, 0.23, 0.87, 0.25. Web safe color of #bf9419 is #cc9900. Color #bf9419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010100 00011001
Octal 277 224 31
Decimal 191 148 25
Hex BF 94 19

RGB Percentages of Color #bf9419

%52.47
%40.66
%6.87

CMYK Percentages of Color #bf9419

%0
%23
%87
%25

Triadic Colors of #bf9419

#bf9419 #19bf94 #9419bf

Analogous Colors of #bf9419

#bf9419 #97bf19 #bf4119

Monochromatic Colors of #bf9419

#bf9419

Complementary Color

#bf9419 #1944bf

#bf9419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9419 Color CSS Codes

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

#bf9419 Text Font Color

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

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


#bf9419 Background Color

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

This div background color is #bf9419


#bf9419 Border Color

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

This div border color is #bf9419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9419


Comments

No comments written yet.

Please login to write comment.