#B9918C

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

Shades of Thatch #B9918C

Tints of Thatch #B9918C

Color information

#B9918C (or 0xB9918C) is unknown color: approx Thatch. HEX triplet: B9, 91 and 8C. RGB value is (185,145,140). Sum of RGB (Red+Green+Blue) = 185+145+140=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9918C is #466E73. Grayscale: #9C9C9C. Windows color (decimal): -4615796 or 9212345. OLE color: 9212345.

HSL color Cylindrical-coordinate representation of color #B9918C: hue angle of 6.67º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9918C is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185145140-
CMYK00.220.240.27
HSL6.67º24.32%63.73%-
HSV(B)6.67º24.32%72.55%-
XYZ34.8732.4629.24-
YUV156.39118.75148.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=39.36%
G=30.85%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514514000.220.240.276.6724.3263.73
HexB9918C016181B71840
Octal2712212140263033730100
Binary1011100110010001100011000101101100011011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9918C; }

 p { color: rgb(185,145,140); }

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

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

 a { background-color: rgb(185,145,140); }

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

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

 span { border-color: rgb(185,145,140); }

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