#B6918D

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

Shades of Thatch #B6918D

Tints of Thatch #B6918D

Color information

#B6918D (or 0xB6918D) is unknown color: approx Thatch. HEX triplet: B6, 91 and 8D. RGB value is (182,145,141). Sum of RGB (Red+Green+Blue) = 182+145+141=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6918D is #496E72. Grayscale: #9B9B9B. Windows color (decimal): -4812403 or 9277878. OLE color: 9277878.

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

Color convert

RGB182145141-
CMYK00.200.230.29
HSL5.85º21.93%63.33%-
HSV(B)5.85º22.53%71.37%-
XYZ34.2232.1229.6-
YUV155.61119.76146.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=38.89%
G=30.98%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214514100.200.230.295.8521.9363.33
HexB6918D014171D6163f
Octal266221215024273562677
Binary101101101001000110001101010100101111110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6918D; }

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

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

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

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

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

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

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

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