#B0865C

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

Shades of Teak #B0865C

Tints of Teak #B0865C

Color information

#B0865C (or 0xB0865C) is unknown color: approx Teak. HEX triplet: B0, 86 and 5C. RGB value is (176,134,92). Sum of RGB (Red+Green+Blue) = 176+134+92=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0865C is #4F79A3. Grayscale: #8D8D8D. Windows color (decimal): -5208484 or 6063792. OLE color: 6063792.

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

Color convert

RGB17613492-
CMYK00.240.480.31
HSL30º34.71%52.55%-
HSV(B)30º47.73%69.02%-
XYZ28.3627.0513.85-
YUV141.7799.91152.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=43.78%
G=33.33%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761349200.240.480.313034.7152.55
HexB0865C018301F1e2335
Octal2602061340306037364365
Binary101100001000011010111000110001100001111111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0865C; }

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

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

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

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

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

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

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

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