Color Hex Logo

#bc9982 Color Hex

#BC9982
(188,153,130)
0 Favorites   0 Comments

Color spaces of #bc9982

RGB 188153130
HSL0.070.300.62
HSV24°31°74°
CMYK 0.000.190.31   0.26
XYZ36.159535.085525.9855
Yxy35.08550.37190.3608
Hunter Lab59.23305.309715.4526
CIE-Lab65.81529.645317.0039

#bc9982 color RGB value is (188,153,130).

#bc9982 hex color red value is 188, green value is 153 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bc9982 hue: 0.07 , saturation: 0.30 and the lightness value of bc9982 is 0.62.

The process color (four color CMYK) of #bc9982 color hex is 0.00, 0.19, 0.31, 0.26. Web safe color of #bc9982 is #cc9999. Color #bc9982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 10000010
Octal 274 231 202
Decimal 188 153 130
Hex BC 99 82

RGB Percentages of Color #bc9982

%39.92
%32.48
%27.60

CMYK Percentages of Color #bc9982

%0
%19
%31
%26

Triadic Colors of #bc9982

#bc9982 #82bc99 #9982bc

Analogous Colors of #bc9982

#bc9982 #bcb682 #bc8288

Monochromatic Colors of #bc9982

#bc9982

Complementary Color

#bc9982 #82a5bc

#bc9982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9982 Color CSS Codes

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

#bc9982 Text Font Color

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

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


#bc9982 Background Color

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

This div background color is #bc9982


#bc9982 Border Color

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

This div border color is #bc9982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9982


Comments

No comments written yet.

Please login to write comment.