#B2885B

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

Shades of Teak #B2885B

Tints of Teak #B2885B

Color information

#B2885B (or 0xB2885B) is unknown color: approx Teak. HEX triplet: B2, 88 and 5B. RGB value is (178,136,91). Sum of RGB (Red+Green+Blue) = 178+136+91=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2885B is #4D77A4. Grayscale: #8F8F8F. Windows color (decimal): -5076901 or 5998770. OLE color: 5998770.

HSL color Cylindrical-coordinate representation of color #B2885B: hue angle of 31.03º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2885B is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17813691-
CMYK00.240.490.30
HSL31.03º36.1%52.75%-
HSV(B)31.03º48.88%69.8%-
XYZ29.0527.8313.74-
YUV143.4398.41152.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=43.95%
G=33.58%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781369100.240.490.3031.0336.152.75
HexB2885B018311E1f2435
Octal2622101330306136374465
Binary101100101000100010110110110001100011111011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2885B; }

 p { color: rgb(178,136,91); }

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

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

 a { background-color: rgb(178,136,91); }

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

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

 span { border-color: rgb(178,136,91); }

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