#B2938E

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

Shades of Thatch #B2938E

Tints of Thatch #B2938E

Color information

#B2938E (or 0xB2938E) is unknown color: approx Thatch. HEX triplet: B2, 93 and 8E. RGB value is (178,147,142). Sum of RGB (Red+Green+Blue) = 178+147+142=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2938E is #4D6C71. Grayscale: #9B9B9B. Windows color (decimal): -5074034 or 9343922. OLE color: 9343922.

HSL color Cylindrical-coordinate representation of color #B2938E: hue angle of 8.33º 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 #B2938E is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB178147142-
CMYK00.170.200.30
HSL8.33º18.95%62.75%-
HSV(B)8.33º20.22%69.8%-
XYZ33.6832.2930.05-
YUV155.7120.27143.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=38.12%
G=31.48%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814714200.170.200.308.3318.9562.75
HexB2938E011141E8133f
Octal2622232160212436102377
Binary1011001010010011100011100100011010011110100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2938E; }

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

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

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

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

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

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

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

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