#BD9792

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

Shades of Thatch #BD9792

Tints of Thatch #BD9792

Color information

#BD9792 (or 0xBD9792) is unknown color: approx Thatch. HEX triplet: BD, 97 and 92. RGB value is (189,151,146). Sum of RGB (Red+Green+Blue) = 189+151+146=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9792 is #42686D. Grayscale: #A1A1A1. Windows color (decimal): -4352110 or 9607101. OLE color: 9607101.

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

Color convert

RGB189151146-
CMYK00.200.230.26
HSL6.98º24.57%65.69%-
HSV(B)6.98º22.75%74.12%-
XYZ37.2435.0331.99-
YUV161.79119.09147.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=38.89%
G=31.07%
B=30.04%

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
Decimal18915114600.200.230.266.9824.5765.69
HexBD9792014171A71942
Octal2752272220242732731102
Binary1011110110010111100100100101001011111010111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9792; }

 p { color: rgb(189,151,146); }

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

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

 a { background-color: rgb(189,151,146); }

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

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

 span { border-color: rgb(189,151,146); }

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