#b08653

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

Shades of Teak #B08653

Tints of Teak #B08653

Color information

#B08653 (or 0xB08653) is unknown color: approx Teak. HEX triplet: B0, 86 and 53. RGB value is (176,134,83). Sum of RGB (Red+Green+Blue) = 176+134+83=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08653 is #4F79AC. Grayscale: #8C8C8C. Windows color (decimal): -5208493 or 5473968. OLE color: 5473968.

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

Color convert

RGB17613483-
CMYK00.240.530.31
HSL32.9º37.05%50.78%-
HSV(B)32.9º52.84%69.02%-
XYZ27.9926.911.9-
YUV140.7495.41153.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 83 (32.81% from 255) = 21.12%
R=44.78%
G=34.10%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761348300.240.530.3132.937.0550.78
HexB08653018351F212533
Octal2602061230306537414563
Binary1011000010000110101001101100011010111111100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08653; }

 p { color: rgb(176,134,83); }

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

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

 a { background-color: rgb(176,134,83); }

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

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

 span { border-color: rgb(176,134,83); }

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