Color Hex Logo

#bc973b Color Hex

#BC973B
(188,151,59)
0 Favorites   0 Comments

Color spaces of #bc973b

RGB 18815159
HSL0.120.520.48
HSV43°69°74°
CMYK 0.000.200.69   0.26
XYZ32.595133.14048.8165
Yxy33.14040.43720.4445
Hunter Lab57.56770.324131.2171
CIE-Lab64.27443.968051.8791

#bc973b color RGB value is (188,151,59).

#bc973b hex color red value is 188, green value is 151 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bc973b hue: 0.12 , saturation: 0.52 and the lightness value of bc973b is 0.48.

The process color (four color CMYK) of #bc973b color hex is 0.00, 0.20, 0.69, 0.26. Web safe color of #bc973b is #cc9933. Color #bc973b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 00111011
Octal 274 227 73
Decimal 188 151 59
Hex BC 97 3B

RGB Percentages of Color #bc973b

%47.24
%37.94
%14.82

CMYK Percentages of Color #bc973b

%0
%20
%69
%26

Triadic Colors of #bc973b

#bc973b #3bbc97 #973bbc

Analogous Colors of #bc973b

#bc973b #a1bc3b #bc573b

Monochromatic Colors of #bc973b

#bc973b

Complementary Color

#bc973b #3b60bc

#bc973b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc973b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc973b Color CSS Codes

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

#bc973b Text Font Color

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

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


#bc973b Background Color

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

This div background color is #bc973b


#bc973b Border Color

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

This div border color is #bc973b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,151,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc973b


Comments

No comments written yet.

Please login to write comment.