#B3855A

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

Shades of Teak #B3855A

Tints of Teak #B3855A

Color information

#B3855A (or 0xB3855A) is unknown color: approx Teak. HEX triplet: B3, 85 and 5A. RGB value is (179,133,90). Sum of RGB (Red+Green+Blue) = 179+133+90=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3855A is #4C7AA5. Grayscale: #8E8E8E. Windows color (decimal): -5012134 or 5932467. OLE color: 5932467.

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

Color convert

RGB17913390-
CMYK00.260.500.30
HSL28.99º36.93%52.75%-
HSV(B)28.99º49.72%70.2%-
XYZ28.8227.113.38-
YUV141.8598.74154.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=44.53%
G=33.08%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791339000.260.500.3028.9936.9352.75
HexB3855A01A321E1d2535
Octal2632051320326236354565
Binary101100111000010110110100110101100101111011101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3855A; }

 p { color: rgb(179,133,90); }

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

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

 a { background-color: rgb(179,133,90); }

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

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

 span { border-color: rgb(179,133,90); }

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