#B5908D

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

Shades of Thatch #B5908D

Tints of Thatch #B5908D

Color information

#B5908D (or 0xB5908D) is unknown color: approx Thatch. HEX triplet: B5, 90 and 8D. RGB value is (181,144,141). Sum of RGB (Red+Green+Blue) = 181+144+141=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5908D is #4A6F72. Grayscale: #9A9A9A. Windows color (decimal): -4878195 or 9277621. OLE color: 9277621.

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

Color convert

RGB181144141-
CMYK00.200.220.29
HSL4.5º21.28%63.14%-
HSV(B)4.5º22.1%70.98%-
XYZ33.8431.6929.53-
YUV154.72120.26146.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=38.84%
G=30.90%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114414100.200.220.294.521.2863.14
HexB5908D014161D5153f
Octal265220215024263552577
Binary101101011001000010001101010100101101110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5908D; }

 p { color: rgb(181,144,141); }

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

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

 a { background-color: rgb(181,144,141); }

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

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

 span { border-color: rgb(181,144,141); }

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