#B0865A

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

Shades of Teak #B0865A

Tints of Teak #B0865A

Color information

#B0865A (or 0xB0865A) is unknown color: approx Teak. HEX triplet: B0, 86 and 5A. RGB value is (176,134,90). Sum of RGB (Red+Green+Blue) = 176+134+90=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0865A is #4F79A5. Grayscale: #8D8D8D. Windows color (decimal): -5208486 or 5932720. OLE color: 5932720.

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

Color convert

RGB17613490-
CMYK00.240.490.31
HSL30.7º35.25%52.16%-
HSV(B)30.7º48.86%69.02%-
XYZ28.2827.0213.4-
YUV141.5498.91152.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=44%
G=33.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761349000.240.490.3130.735.2552.16
HexB0865A018311F1f2334
Octal2602061320306137374364
Binary101100001000011010110100110001100011111111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0865A; }

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

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

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

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

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

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

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

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