#B2918D

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

Shades of Thatch #B2918D

Tints of Thatch #B2918D

Color information

#B2918D (or 0xB2918D) is unknown color: approx Thatch. HEX triplet: B2, 91 and 8D. RGB value is (178,145,141). Sum of RGB (Red+Green+Blue) = 178+145+141=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2918D is #4D6E72. Grayscale: #9A9A9A. Windows color (decimal): -5074547 or 9277874. OLE color: 9277874.

HSL color Cylindrical-coordinate representation of color #B2918D: hue angle of 6.49º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2918D is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178145141-
CMYK00.190.210.30
HSL6.49º19.37%62.55%-
HSV(B)6.49º20.79%69.8%-
XYZ33.2931.6429.55-
YUV154.41120.43144.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=38.36%
G=31.25%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814514100.190.210.306.4919.3762.55
HexB2918D013151E6133f
Octal262221215023253662377
Binary101100101001000110001101010011101011111011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2918D; }

 p { color: rgb(178,145,141); }

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

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

 a { background-color: rgb(178,145,141); }

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

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

 span { border-color: rgb(178,145,141); }

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