#b4865a

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

Shades of Teak #B4865A

Tints of Teak #B4865A

Color information

#B4865A (or 0xB4865A) is unknown color: approx Teak. HEX triplet: B4, 86 and 5A. RGB value is (180,134,90). Sum of RGB (Red+Green+Blue) = 180+134+90=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4865A is #4B79A5. Grayscale: #8E8E8E. Windows color (decimal): -4946342 or 5932724. OLE color: 5932724.

HSL color Cylindrical-coordinate representation of color #B4865A: hue angle of 29.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4865A is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18013490-
CMYK00.260.500.29
HSL29.33º37.5%52.94%-
HSV(B)29.33º50%70.59%-
XYZ29.1927.4913.44-
YUV142.7498.24154.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=44.55%
G=33.17%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801349000.260.500.2929.3337.552.94
HexB4865A01A321D1d2635
Octal2642061320326235354665
Binary101101001000011010110100110101100101110111101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4865a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4865a; }

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

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

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

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

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

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

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

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