#BC9791

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

Shades of Thatch #BC9791

Tints of Thatch #BC9791

Color information

#BC9791 (or 0xBC9791) is unknown color: approx Thatch. HEX triplet: BC, 97 and 91. RGB value is (188,151,145). Sum of RGB (Red+Green+Blue) = 188+151+145=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9791 is #43686E. Grayscale: #A1A1A1. Windows color (decimal): -4417647 or 9541564. OLE color: 9541564.

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

Color convert

RGB188151145-
CMYK00.200.230.26
HSL8.37º24.29%65.29%-
HSV(B)8.37º22.87%73.73%-
XYZ36.9234.8731.57-
YUV161.38118.76146.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=38.84%
G=31.20%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815114500.200.230.268.3724.2965.29
HexBC9791014171A81841
Octal27422722102427321030101
Binary10111100100101111001000101010010111110101000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9791; }

 p { color: rgb(188,151,145); }

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

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

 a { background-color: rgb(188,151,145); }

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

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

 span { border-color: rgb(188,151,145); }

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