#B2938A

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

Shades of Thatch #B2938A

Tints of Thatch #B2938A

Color information

#B2938A (or 0xB2938A) is unknown color: approx Thatch. HEX triplet: B2, 93 and 8A. RGB value is (178,147,138). Sum of RGB (Red+Green+Blue) = 178+147+138=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2938A is #4D6C75. Grayscale: #9B9B9B. Windows color (decimal): -5074038 or 9081778. OLE color: 9081778.

HSL color Cylindrical-coordinate representation of color #B2938A: hue angle of 13.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2938A is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178147138-
CMYK00.170.220.30
HSL13.5º20.62%61.96%-
HSV(B)13.5º22.47%69.8%-
XYZ33.3832.1728.49-
YUV155.24118.27144.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=38.44%
G=31.75%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814713800.170.220.3013.520.6261.96
HexB2938A011161Ee153e
Octal2622232120212636162576
Binary1011001010010011100010100100011011011110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2938A; }

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

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

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

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

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

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

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

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