#B4918A

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

Shades of Thatch #B4918A

Tints of Thatch #B4918A

Color information

#B4918A (or 0xB4918A) is unknown color: approx Thatch. HEX triplet: B4, 91 and 8A. RGB value is (180,145,138). Sum of RGB (Red+Green+Blue) = 180+145+138=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4918A is #4B6E75. Grayscale: #9A9A9A. Windows color (decimal): -4943478 or 9081268. OLE color: 9081268.

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

Color convert

RGB180145138-
CMYK00.190.230.29
HSL10º21.88%62.35%-
HSV(B)10º23.33%70.59%-
XYZ33.5431.7928.41-
YUV154.67118.6146.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=38.88%
G=31.32%
B=29.81%

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
Decimal18014513800.190.230.291021.8862.35
HexB4918A013171Da163e
Octal2642212120232735122676
Binary1011010010010001100010100100111011111101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4918A; }

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

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

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

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

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

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

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

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