#B0918C

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

Shades of Thatch #B0918C

Tints of Thatch #B0918C

Color information

#B0918C (or 0xB0918C) is unknown color: approx Thatch. HEX triplet: B0, 91 and 8C. RGB value is (176,145,140). Sum of RGB (Red+Green+Blue) = 176+145+140=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0918C is #4F6E73. Grayscale: #999999. Windows color (decimal): -5205620 or 9212336. OLE color: 9212336.

HSL color Cylindrical-coordinate representation of color #B0918C: hue angle of 8.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0918C is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176145140-
CMYK00.180.200.31
HSL8.33º18.56%61.96%-
HSV(B)8.33º20.45%69.02%-
XYZ32.7631.3729.14-
YUV153.7120.27143.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=38.18%
G=31.45%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614514000.180.200.318.3318.5661.96
HexB0918C012141F8133e
Octal2602212140222437102376
Binary1011000010010001100011000100101010011111100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0918C; }

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

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

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

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

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

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

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

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