#B4908B

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

Shades of Thatch #B4908B

Tints of Thatch #B4908B

Color information

#B4908B (or 0xB4908B) is unknown color: approx Thatch. HEX triplet: B4, 90 and 8B. RGB value is (180,144,139). Sum of RGB (Red+Green+Blue) = 180+144+139=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4908B is #4B6F74. Grayscale: #9A9A9A. Windows color (decimal): -4943733 or 9146548. OLE color: 9146548.

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

Color convert

RGB180144139-
CMYK00.20.230.29
HSL7.32º21.47%62.55%-
HSV(B)7.32º22.78%70.59%-
XYZ33.4631.5128.75-
YUV154.19119.43146.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=38.88%
G=31.10%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014413900.20.230.297.3221.4762.55
HexB4908B014171D7153f
Octal264220213024273572577
Binary101101001001000010001011010100101111110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4908B; }

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

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

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

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

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

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

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

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