#B89B97

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

Shades of Thatch #B89B97

Tints of Thatch #B89B97

Color information

#B89B97 (or 0xB89B97) is unknown color: approx Thatch. HEX triplet: B8, 9B and 97. RGB value is (184,155,151). Sum of RGB (Red+Green+Blue) = 184+155+151=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89B97 is #476468. Grayscale: #A3A3A3. Windows color (decimal): -4678761 or 9935800. OLE color: 9935800.

HSL color Cylindrical-coordinate representation of color #B89B97: hue angle of 7.27º 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 #B89B97 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB184155151-
CMYK00.160.180.28
HSL7.27º18.86%65.69%-
HSV(B)7.27º17.93%72.16%-
XYZ37.0735.8734.25-
YUV163.22121.11142.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=37.55%
G=31.63%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415515100.160.180.287.2718.8665.69
HexB89B97010121C71342
Octal2702332270202234723102
Binary1011100010011011100101110100001001011100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B97; }

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

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

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

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

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

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

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

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