Color Hex Logo

#bf973a Color Hex

#BF973A
(191,151,58)
0 Favorites   0 Comments

Color spaces of #bf973a

RGB 19115158
HSL0.120.530.49
HSV42°70°75°
CMYK 0.000.210.70   0.25
XYZ33.316233.51518.7161
Yxy33.51510.44100.4436
Hunter Lab57.89221.413031.5980
CIE-Lab64.57585.230952.7285

#bf973a color RGB value is (191,151,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010111 00111010
Octal 277 227 72
Decimal 191 151 58
Hex BF 97 3A

RGB Percentages of Color #bf973a

%47.75
%37.75
%14.50

CMYK Percentages of Color #bf973a

%0
%21
%70
%25

Triadic Colors of #bf973a

#bf973a #3abf97 #973abf

Analogous Colors of #bf973a

#bf973a #a5bf3a #bf553a

Monochromatic Colors of #bf973a

#bf973a

Complementary Color

#bf973a #3a62bf

#bf973a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf973a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf973a Color CSS Codes

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

#bf973a Text Font Color

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

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


#bf973a Background Color

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

This div background color is #bf973a


#bf973a Border Color

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

This div border color is #bf973a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,151,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 #bf973a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf973a


Comments

No comments written yet.

Please login to write comment.