#B5918A

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

Shades of Thatch #B5918A

Tints of Thatch #B5918A

Color information

#B5918A (or 0xB5918A) is unknown color: approx Thatch. HEX triplet: B5, 91 and 8A. RGB value is (181,145,138). Sum of RGB (Red+Green+Blue) = 181+145+138=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5918A is #4A6E75. Grayscale: #9B9B9B. Windows color (decimal): -4877942 or 9081269. OLE color: 9081269.

HSL color Cylindrical-coordinate representation of color #B5918A: hue angle of 9.77º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5918A is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB181145138-
CMYK00.200.240.29
HSL9.77º22.51%62.55%-
HSV(B)9.77º23.76%70.98%-
XYZ33.7731.9128.42-
YUV154.97118.43146.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=39.01%
G=31.25%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114513800.200.240.299.7722.5162.55
HexB5918A014181Da173f
Octal2652212120243035122777
Binary1011010110010001100010100101001100011101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5918A; }

 p { color: rgb(181,145,138); }

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

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

 a { background-color: rgb(181,145,138); }

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

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

 span { border-color: rgb(181,145,138); }

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