#B4908C

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

Shades of Thatch #B4908C

Tints of Thatch #B4908C

Color information

#B4908C (or 0xB4908C) is unknown color: approx Thatch. HEX triplet: B4, 90 and 8C. RGB value is (180,144,140). Sum of RGB (Red+Green+Blue) = 180+144+140=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4908C is #4B6F73. Grayscale: #9A9A9A. Windows color (decimal): -4943732 or 9212084. OLE color: 9212084.

HSL color Cylindrical-coordinate representation of color #B4908C: hue angle of 6º 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 #B4908C is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180144140-
CMYK00.20.220.29
HSL21.05%62.75%-
HSV(B)22.22%70.59%-
XYZ33.5331.5429.13-
YUV154.31119.93146.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=38.79%
G=31.03%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014414000.20.220.29621.0562.75
HexB4908C014161D6153f
Octal264220214024263562577
Binary101101001001000010001100010100101101110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4908C; }

 p { color: rgb(180,144,140); }

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

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

 a { background-color: rgb(180,144,140); }

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

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

 span { border-color: rgb(180,144,140); }

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