#B0958F

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

Shades of Thatch #B0958F

Tints of Thatch #B0958F

Color information

#B0958F (or 0xB0958F) is unknown color: approx Thatch. HEX triplet: B0, 95 and 8F. RGB value is (176,149,143). Sum of RGB (Red+Green+Blue) = 176+149+143=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0958F is #4F6A70. Grayscale: #9C9C9C. Windows color (decimal): -5204593 or 9409968. OLE color: 9409968.

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

Color convert

RGB176149143-
CMYK00.150.190.31
HSL10.91º17.28%62.55%-
HSV(B)10.91º18.75%69.02%-
XYZ33.6132.7130.53-
YUV156.39120.45141.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 149 (58.59% from 255) = 31.84%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=37.61%
G=31.84%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614914300.150.190.3110.9117.2862.55
HexB0958F0F131Fb113f
Octal2602252170172337132177
Binary101100001001010110001111011111001111111101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0958F; }

 p { color: rgb(176,149,143); }

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

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

 a { background-color: rgb(176,149,143); }

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

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

 span { border-color: rgb(176,149,143); }

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