Color Hex Logo

#bc9949 Color Hex

#BC9949
(188,153,73)
0 Favorites   0 Comments

Color spaces of #bc9949

RGB 18815373
HSL0.120.460.51
HSV42°61°74°
CMYK 0.000.190.61   0.26
XYZ33.332933.954911.1004
Yxy33.95490.42520.4332
Hunter Lab58.27080.134129.4950
CIE-Lab64.92683.777246.0982

#bc9949 color RGB value is (188,153,73).

#bc9949 hex color red value is 188, green value is 153 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bc9949 hue: 0.12 , saturation: 0.46 and the lightness value of bc9949 is 0.51.

The process color (four color CMYK) of #bc9949 color hex is 0.00, 0.19, 0.61, 0.26. Web safe color of #bc9949 is #cc9933. Color #bc9949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 01001001
Octal 274 231 111
Decimal 188 153 73
Hex BC 99 49

RGB Percentages of Color #bc9949

%45.41
%36.96
%17.63

CMYK Percentages of Color #bc9949

%0
%19
%61
%26

Triadic Colors of #bc9949

#bc9949 #49bc99 #9949bc

Analogous Colors of #bc9949

#bc9949 #a6bc49 #bc5f49

Monochromatic Colors of #bc9949

#bc9949

Complementary Color

#bc9949 #496cbc

#bc9949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9949 Color CSS Codes

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

#bc9949 Text Font Color

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

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


#bc9949 Background Color

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

This div background color is #bc9949


#bc9949 Border Color

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

This div border color is #bc9949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9949


Comments

No comments written yet.

Please login to write comment.