#B08B4C

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

Shades of Teak #B08B4C

Tints of Teak #B08B4C

Color information

#B08B4C (or 0xB08B4C) is unknown color: approx Teak. HEX triplet: B0, 8B and 4C. RGB value is (176,139,76). Sum of RGB (Red+Green+Blue) = 176+139+76=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08B4C is #4F74B3. Grayscale: #8F8F8F. Windows color (decimal): -5207220 or 5016496. OLE color: 5016496.

HSL color Cylindrical-coordinate representation of color #B08B4C: hue angle of 37.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B08B4C is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17613976-
CMYK00.210.570.31
HSL37.8º39.68%49.41%-
HSV(B)37.8º56.82%69.02%-
XYZ28.4428.2210.78-
YUV142.8890.26151.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 76 (30.08% from 255) = 19.44%
R=45.01%
G=35.55%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761397600.210.570.3137.839.6849.41
HexB08B4C015391F262831
Octal2602131140257137465061
Binary1011000010001011100110001010111100111111100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B4C; }

 p { color: rgb(176,139,76); }

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

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

 a { background-color: rgb(176,139,76); }

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

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

 span { border-color: rgb(176,139,76); }

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