#B0918B

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

Shades of Thatch #B0918B

Tints of Thatch #B0918B

Color information

#B0918B (or 0xB0918B) is unknown color: approx Thatch. HEX triplet: B0, 91 and 8B. RGB value is (176,145,139). Sum of RGB (Red+Green+Blue) = 176+145+139=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0918B is #4F6E74. Grayscale: #999999. Windows color (decimal): -5205621 or 9146800. OLE color: 9146800.

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

Color convert

RGB176145139-
CMYK00.180.210.31
HSL9.73º18.97%61.76%-
HSV(B)9.73º21.02%69.02%-
XYZ32.6931.3428.75-
YUV153.58119.77143.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=38.26%
G=31.52%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614513900.180.210.319.7318.9761.76
HexB0918B012151Fa133e
Octal2602212130222537122376
Binary1011000010010001100010110100101010111111101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0918B; }

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

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

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

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

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

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

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

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