Color Hex Logo

#bf991a Color Hex

#BF991A
(191,153,26)
0 Favorites   0 Comments

Color spaces of #bf991a

RGB 19115326
HSL0.130.760.43
HSV46°86°75°
CMYK 0.000.200.86   0.25
XYZ33.063533.93345.7844
Yxy33.93340.45430.4662
Hunter Lab58.2524-0.626834.8892
CIE-Lab64.90972.898364.3147

#bf991a color RGB value is (191,153,26).

#bf991a hex color red value is 191, green value is 153 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bf991a hue: 0.13 , saturation: 0.76 and the lightness value of bf991a is 0.43.

The process color (four color CMYK) of #bf991a color hex is 0.00, 0.20, 0.86, 0.25. Web safe color of #bf991a is #cc9933. Color #bf991a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011001 00011010
Octal 277 231 32
Decimal 191 153 26
Hex BF 99 1A

RGB Percentages of Color #bf991a

%51.62
%41.35
%7.03

CMYK Percentages of Color #bf991a

%0
%20
%86
%25

Triadic Colors of #bf991a

#bf991a #1abf99 #991abf

Analogous Colors of #bf991a

#bf991a #93bf1a #bf461a

Monochromatic Colors of #bf991a

#bf991a

Complementary Color

#bf991a #1a40bf

#bf991a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf991a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf991a Color CSS Codes

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

#bf991a Text Font Color

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

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


#bf991a Background Color

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

This div background color is #bf991a


#bf991a Border Color

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

This div border color is #bf991a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf991a


Comments

No comments written yet.

Please login to write comment.