Color Hex Logo

#bf953a Color Hex

#BF953A
(191,149,58)
0 Favorites   0 Comments

Color spaces of #bf953a

RGB 19114958
HSL0.110.530.49
HSV41°70°75°
CMYK 0.000.220.70   0.25
XYZ32.997032.87678.6097
Yxy32.87670.44300.4414
Hunter Lab57.33822.381331.2340
CIE-Lab64.06096.320752.1929

#bf953a color RGB value is (191,149,58).

#bf953a hex color red value is 191, green value is 149 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bf953a hue: 0.11 , saturation: 0.53 and the lightness value of bf953a is 0.49.

The process color (four color CMYK) of #bf953a color hex is 0.00, 0.22, 0.70, 0.25. Web safe color of #bf953a is #cc9933. Color #bf953a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010101 00111010
Octal 277 225 72
Decimal 191 149 58
Hex BF 95 3A

RGB Percentages of Color #bf953a

%47.99
%37.44
%14.57

CMYK Percentages of Color #bf953a

%0
%22
%70
%25

Triadic Colors of #bf953a

#bf953a #3abf95 #953abf

Analogous Colors of #bf953a

#bf953a #a7bf3a #bf533a

Monochromatic Colors of #bf953a

#bf953a

Complementary Color

#bf953a #3a64bf

#bf953a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf953a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf953a Color CSS Codes

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

#bf953a Text Font Color

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

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


#bf953a Background Color

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

This div background color is #bf953a


#bf953a Border Color

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

This div border color is #bf953a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf953a


Comments

No comments written yet.

Please login to write comment.