#B89590

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

Shades of Thatch #B89590

Tints of Thatch #B89590

Color information

#B89590 (or 0xB89590) is unknown color: approx Thatch. HEX triplet: B8, 95 and 90. RGB value is (184,149,144). Sum of RGB (Red+Green+Blue) = 184+149+144=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B89590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89590 is #476A6F. Grayscale: #9E9E9E. Windows color (decimal): -4680304 or 9475512. OLE color: 9475512.

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

Color convert

RGB184149144-
CMYK00.190.220.28
HSL7.5º21.98%64.31%-
HSV(B)7.5º21.74%72.16%-
XYZ35.5533.731.02-
YUV158.89119.6145.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=38.57%
G=31.24%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414914400.190.220.287.521.9864.31
HexB89590013161C81640
Octal27022522002326341026100
Binary10111000100101011001000001001110110111001000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89590; }

 p { color: rgb(184,149,144); }

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

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

 a { background-color: rgb(184,149,144); }

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

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

 span { border-color: rgb(184,149,144); }

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