#B2958E

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

Shades of Thatch #B2958E

Tints of Thatch #B2958E

Color information

#B2958E (or 0xB2958E) is unknown color: approx Thatch. HEX triplet: B2, 95 and 8E. RGB value is (178,149,142). Sum of RGB (Red+Green+Blue) = 178+149+142=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2958E is #4D6A71. Grayscale: #9C9C9C. Windows color (decimal): -5073522 or 9344434. OLE color: 9344434.

HSL color Cylindrical-coordinate representation of color #B2958E: hue angle of 11.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2958E is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB178149142-
CMYK00.160.200.30
HSL11.67º18.95%62.75%-
HSV(B)11.67º20.22%69.8%-
XYZ33.9932.9130.15-
YUV156.87119.61143.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=37.95%
G=31.77%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814914200.160.200.3011.6718.9562.75
HexB2958E010141Ec133f
Octal2622252160202436142377
Binary1011001010010101100011100100001010011110110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2958E; }

 p { color: rgb(178,149,142); }

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

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

 a { background-color: rgb(178,149,142); }

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

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

 span { border-color: rgb(178,149,142); }

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