#B08F53

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

Shades of Teak #B08F53

Tints of Teak #B08F53

Color information

#B08F53 (or 0xB08F53) is unknown color: approx Teak. HEX triplet: B0, 8F and 53. RGB value is (176,143,83). Sum of RGB (Red+Green+Blue) = 176+143+83=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F53 is #4F70AC. Grayscale: #929292. Windows color (decimal): -5206189 or 5476272. OLE color: 5476272.

HSL color Cylindrical-coordinate representation of color #B08F53: hue angle of 38.71º 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 #B08F53 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17614383-
CMYK00.190.530.31
HSL38.71º37.05%50.78%-
HSV(B)38.71º52.84%69.02%-
XYZ29.2929.512.33-
YUV146.0392.43149.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 83 (32.81% from 255) = 20.65%
R=43.78%
G=35.57%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761438300.190.530.3138.7137.0550.78
HexB08F53013351F272533
Octal2602171230236537474563
Binary1011000010001111101001101001111010111111100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F53; }

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

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

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

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

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

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

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

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