#B2928A

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

Shades of Thatch #B2928A

Tints of Thatch #B2928A

Color information

#B2928A (or 0xB2928A) is unknown color: approx Thatch. HEX triplet: B2, 92 and 8A. RGB value is (178,146,138). Sum of RGB (Red+Green+Blue) = 178+146+138=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B2928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2928A is #4D6D75. Grayscale: #9A9A9A. Windows color (decimal): -5074294 or 9081522. OLE color: 9081522.

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

Color convert

RGB178146138-
CMYK00.180.220.30
HSL12º20.62%61.96%-
HSV(B)12º22.47%69.8%-
XYZ33.2331.8628.44-
YUV154.66118.6144.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=38.53%
G=31.60%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814613800.180.220.301220.6261.96
HexB2928A012161Ec153e
Octal2622222120222636142576
Binary1011001010010010100010100100101011011110110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2928A; }

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

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

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

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

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

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

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

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