#B89C97

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

Shades of Thatch #B89C97

Tints of Thatch #B89C97

Color information

#B89C97 (or 0xB89C97) is unknown color: approx Thatch. HEX triplet: B8, 9C and 97. RGB value is (184,156,151). Sum of RGB (Red+Green+Blue) = 184+156+151=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C97 is #476368. Grayscale: #A3A3A3. Windows color (decimal): -4678505 or 9936056. OLE color: 9936056.

HSL color Cylindrical-coordinate representation of color #B89C97: hue angle of 9.09º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B89C97 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB184156151-
CMYK00.150.180.28
HSL9.09º18.86%65.69%-
HSV(B)9.09º17.93%72.16%-
XYZ37.2436.234.3-
YUV163.8120.78142.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=37.47%
G=31.77%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415615100.150.180.289.0918.8665.69
HexB89C970F121C91342
Octal27023422701722341123102
Binary1011100010011100100101110111110010111001001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C97; }

 p { color: rgb(184,156,151); }

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

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

 a { background-color: rgb(184,156,151); }

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

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

 span { border-color: rgb(184,156,151); }

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