#B89188

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

Shades of Thatch #B89188

Tints of Thatch #B89188

Color information

#B89188 (or 0xB89188) is unknown color: approx Thatch. HEX triplet: B8, 91 and 88. RGB value is (184,145,136). Sum of RGB (Red+Green+Blue) = 184+145+136=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B89188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89188 is #476E77. Grayscale: #9B9B9B. Windows color (decimal): -4681336 or 8950200. OLE color: 8950200.

HSL color Cylindrical-coordinate representation of color #B89188: hue angle of 11.25º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89188 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB184145136-
CMYK00.210.260.28
HSL11.25º25.26%62.75%-
HSV(B)11.25º26.09%72.16%-
XYZ34.3432.2227.7-
YUV155.64116.92148.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=39.57%
G=31.18%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414513600.210.260.2811.2525.2662.75
HexB891880151A1Cb193f
Octal2702212100253234133177
Binary1011100010010001100010000101011101011100101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89188; }

 p { color: rgb(184,145,136); }

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

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

 a { background-color: rgb(184,145,136); }

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

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

 span { border-color: rgb(184,145,136); }

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