#B0885B

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

Shades of Teak #B0885B

Tints of Teak #B0885B

Color information

#B0885B (or 0xB0885B) is unknown color: approx Teak. HEX triplet: B0, 88 and 5B. RGB value is (176,136,91). Sum of RGB (Red+Green+Blue) = 176+136+91=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0885B is #4F77A4. Grayscale: #8F8F8F. Windows color (decimal): -5207973 or 5998768. OLE color: 5998768.

HSL color Cylindrical-coordinate representation of color #B0885B: hue angle of 31.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0885B is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17613691-
CMYK00.230.480.31
HSL31.76º34.98%52.35%-
HSV(B)31.76º48.3%69.02%-
XYZ28.627.5913.72-
YUV142.8398.75151.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=43.67%
G=33.75%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761369100.230.480.3131.7634.9852.35
HexB0885B017301F202334
Octal2602101330276037404364
Binary1011000010001000101101101011111000011111100000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0885B; }

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

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

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

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

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

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

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

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