#BD9D99

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

Shades of Thatch #BD9D99

Tints of Thatch #BD9D99

Color information

#BD9D99 (or 0xBD9D99) is unknown color: approx Thatch. HEX triplet: BD, 9D and 99. RGB value is (189,157,153). Sum of RGB (Red+Green+Blue) = 189+157+153=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D99 is #426266. Grayscale: #A6A6A6. Windows color (decimal): -4350567 or 10067389. OLE color: 10067389.

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

Color convert

RGB189157153-
CMYK00.170.190.26
HSL6.67º21.43%67.06%-
HSV(B)6.67º19.05%74.12%-
XYZ38.7937.2335.28-
YUV166.11120.6144.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=37.88%
G=31.46%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915715300.170.190.266.6721.4367.06
HexBD9D99011131A71543
Octal2752352310212332725103
Binary1011110110011101100110010100011001111010111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9D99; }

 p { color: rgb(189,157,153); }

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

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

 a { background-color: rgb(189,157,153); }

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

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

 span { border-color: rgb(189,157,153); }

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