#B08455

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

Shades of Teak #B08455

Tints of Teak #B08455

Color information

#B08455 (or 0xB08455) is unknown color: approx Teak. HEX triplet: B0, 84 and 55. RGB value is (176,132,85). Sum of RGB (Red+Green+Blue) = 176+132+85=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08455 is #4F7BAA. Grayscale: #8C8C8C. Windows color (decimal): -5209003 or 5604528. OLE color: 5604528.

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

Color convert

RGB17613285-
CMYK00.250.520.31
HSL30.99º36.55%51.18%-
HSV(B)30.99º51.7%69.02%-
XYZ27.826.3912.22-
YUV139.897.08153.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=44.78%
G=33.59%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761328500.250.520.3130.9936.5551.18
HexB08455019341F1f2533
Octal2602041250316437374563
Binary101100001000010010101010110011101001111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08455; }

 p { color: rgb(176,132,85); }

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

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

 a { background-color: rgb(176,132,85); }

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

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

 span { border-color: rgb(176,132,85); }

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