#BC9892

Color #BC9892 Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #BC9892

Tints of Thatch #BC9892

Color information

#BC9892 (or 0xBC9892) is unknown color: approx Thatch. HEX triplet: BC, 98 and 92. RGB value is (188,152,146). Sum of RGB (Red+Green+Blue) = 188+152+146=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9892 is #43676D. Grayscale: #A2A2A2. Windows color (decimal): -4417390 or 9607356. OLE color: 9607356.

HSL color Cylindrical-coordinate representation of color #BC9892: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9892 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188152146-
CMYK00.190.220.26
HSL8.57º23.86%65.49%-
HSV(B)8.57º22.34%73.73%-
XYZ37.1635.2232.03-
YUV162.08118.93146.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=38.68%
G=31.28%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815214600.190.220.268.5723.8665.49
HexBC9892013161A91841
Octal27423022202326321130101
Binary10111100100110001001001001001110110110101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9892; }

 p { color: rgb(188,152,146); }

 H1.HeaderClassName
 {
   color: #BC9892;
 }
 .AnyTagClassName
 {
   color: #BC9892;
 }
</style>
background-color css

<style>
 a { background-color: #BC9892; }

 a { background-color: rgb(188,152,146); }

 div.DivClassName
 {
   background-color: #BC9892;
 }
 .BgClassName
 {
   background-color: #BC9892;
 }
</style>
border-color css

<style>
 span { border-color: #BC9892; }

 span { border-color: rgb(188,152,146); }

 td.TdClassName
 {
   border-color: #BC9892;
 }
 .TagClassName
 {
   border-color: #BC9892;
 }
</style>