#B4918B

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

Shades of Thatch #B4918B

Tints of Thatch #B4918B

Color information

#B4918B (or 0xB4918B) is unknown color: approx Thatch. HEX triplet: B4, 91 and 8B. RGB value is (180,145,139). Sum of RGB (Red+Green+Blue) = 180+145+139=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4918B is #4B6E74. Grayscale: #9A9A9A. Windows color (decimal): -4943477 or 9146804. OLE color: 9146804.

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

Color convert

RGB180145139-
CMYK00.190.230.29
HSL8.78º21.47%62.55%-
HSV(B)8.78º22.78%70.59%-
XYZ33.6131.8228.8-
YUV154.78119.1145.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=38.79%
G=31.25%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014513900.190.230.298.7821.4762.55
HexB4918B013171D9153f
Octal2642212130232735112577
Binary1011010010010001100010110100111011111101100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4918B; }

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

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

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

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

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

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

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

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