#BC9993

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

Shades of Thatch #BC9993

Tints of Thatch #BC9993

Color information

#BC9993 (or 0xBC9993) is unknown color: approx Thatch. HEX triplet: BC, 99 and 93. RGB value is (188,153,147). Sum of RGB (Red+Green+Blue) = 188+153+147=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9993 is #43666C. Grayscale: #A2A2A2. Windows color (decimal): -4417133 or 9673148. OLE color: 9673148.

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

Color convert

RGB188153147-
CMYK00.190.220.26
HSL8.78º23.43%65.69%-
HSV(B)8.78º21.81%73.73%-
XYZ37.435.5832.5-
YUV162.78119.1145.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=38.52%
G=31.35%
B=30.12%

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
Decimal18815314700.190.220.268.7823.4365.69
HexBC9993013161A91742
Octal27423122302326321127102
Binary10111100100110011001001101001110110110101001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9993; }

 p { color: rgb(188,153,147); }

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

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

 a { background-color: rgb(188,153,147); }

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

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

 span { border-color: rgb(188,153,147); }

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