#BD9893

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

Shades of Thatch #BD9893

Tints of Thatch #BD9893

Color information

#BD9893 (or 0xBD9893) is unknown color: approx Thatch. HEX triplet: BD, 98 and 93. RGB value is (189,152,147). Sum of RGB (Red+Green+Blue) = 189+152+147=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9893 is #42676C. Grayscale: #A2A2A2. Windows color (decimal): -4351853 or 9672893. OLE color: 9672893.

HSL color Cylindrical-coordinate representation of color #BD9893: hue angle of 7.14º degrees, saturation: 0.24, 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 #BD9893 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB189152147-
CMYK00.200.220.26
HSL7.14º24.14%65.88%-
HSV(B)7.14º22.22%74.12%-
XYZ37.4835.3832.46-
YUV162.49119.26146.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=38.73%
G=31.15%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915214700.200.220.267.1424.1465.88
HexBD9893014161A71842
Octal2752302230242632730102
Binary1011110110011000100100110101001011011010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9893; }

 p { color: rgb(189,152,147); }

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

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

 a { background-color: rgb(189,152,147); }

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

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

 span { border-color: rgb(189,152,147); }

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