#B4855B

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

Shades of Teak #B4855B

Tints of Teak #B4855B

Color information

#B4855B (or 0xB4855B) is unknown color: approx Teak. HEX triplet: B4, 85 and 5B. RGB value is (180,133,91). Sum of RGB (Red+Green+Blue) = 180+133+91=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4855B is #4B7AA4. Grayscale: #8E8E8E. Windows color (decimal): -4946597 or 5998004. OLE color: 5998004.

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

Color convert

RGB18013391-
CMYK00.260.490.29
HSL28.31º37.24%53.14%-
HSV(B)28.31º49.44%70.59%-
XYZ29.127.2313.62-
YUV142.2699.07154.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 91 (35.94% from 255) = 22.52%
R=44.55%
G=32.92%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801339100.260.490.2928.3137.2453.14
HexB4855B01A311D1c2535
Octal2642051330326135344565
Binary101101001000010110110110110101100011110111100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4855B; }

 p { color: rgb(180,133,91); }

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

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

 a { background-color: rgb(180,133,91); }

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

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

 span { border-color: rgb(180,133,91); }

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