#B08F54

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

Shades of Teak #B08F54

Tints of Teak #B08F54

Color information

#B08F54 (or 0xB08F54) is unknown color: approx Teak. HEX triplet: B0, 8F and 54. RGB value is (176,143,84). Sum of RGB (Red+Green+Blue) = 176+143+84=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F54 is #4F70AB. Grayscale: #929292. Windows color (decimal): -5206188 or 5541808. OLE color: 5541808.

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

Color convert

RGB17614384-
CMYK00.190.520.31
HSL38.48º36.8%50.98%-
HSV(B)38.48º52.27%69.02%-
XYZ29.3329.5212.54-
YUV146.1492.93149.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 143 (56.25% from 255) = 35.48%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=43.67%
G=35.48%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761438400.190.520.3138.4836.850.98
HexB08F54013341F262533
Octal2602171240236437464563
Binary1011000010001111101010001001111010011111100110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F54; }

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

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

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

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

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

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

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

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