Color Hex Logo

#bc9881 Color Hex

#BC9881
(188,152,129)
0 Favorites   0 Comments

Color spaces of #bc9881

RGB 188152129
HSL0.060.310.62
HSV23°31°74°
CMYK 0.000.190.31   0.26
XYZ35.929734.732825.5793
Yxy34.73280.37330.3609
Hunter Lab58.93455.687915.5206
CIE-Lab65.540110.061917.1795

#bc9881 color RGB value is (188,152,129).

#bc9881 hex color red value is 188, green value is 152 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bc9881 hue: 0.06 , saturation: 0.31 and the lightness value of bc9881 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 10000001
Octal 274 230 201
Decimal 188 152 129
Hex BC 98 81

RGB Percentages of Color #bc9881

%40.09
%32.41
%27.51

CMYK Percentages of Color #bc9881

%0
%19
%31
%26

Triadic Colors of #bc9881

#bc9881 #81bc98 #9881bc

Analogous Colors of #bc9881

#bc9881 #bcb681 #bc8188

Monochromatic Colors of #bc9881

#bc9881

Complementary Color

#bc9881 #81a5bc

#bc9881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9881 Color CSS Codes

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

#bc9881 Text Font Color

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

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


#bc9881 Background Color

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

This div background color is #bc9881


#bc9881 Border Color

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

This div border color is #bc9881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9881

#bc9881 Color Palettes


Comments

No comments written yet.

Please login to write comment.