#B08A58

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

Shades of Teak #B08A58

Tints of Teak #B08A58

Color information

#B08A58 (or 0xB08A58) is unknown color: approx Teak. HEX triplet: B0, 8A and 58. RGB value is (176,138,88). Sum of RGB (Red+Green+Blue) = 176+138+88=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A58 is #4F75A7. Grayscale: #8F8F8F. Windows color (decimal): -5207464 or 5802672. OLE color: 5802672.

HSL color Cylindrical-coordinate representation of color #B08A58: hue angle of 34.09º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B08A58 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17613888-
CMYK00.220.500.31
HSL34.09º35.77%51.76%-
HSV(B)34.09º50%69.02%-
XYZ28.7528.1113.14-
YUV143.6696.59151.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 88 (34.77% from 255) = 21.89%
R=43.78%
G=34.33%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761388800.220.500.3134.0935.7751.76
HexB08A58016321F222434
Octal2602121300266237424464
Binary1011000010001010101100001011011001011111100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A58; }

 p { color: rgb(176,138,88); }

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

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

 a { background-color: rgb(176,138,88); }

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

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

 span { border-color: rgb(176,138,88); }

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