#B3855B

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

Shades of Teak #B3855B

Tints of Teak #B3855B

Color information

#B3855B (or 0xB3855B) is unknown color: approx Teak. HEX triplet: B3, 85 and 5B. RGB value is (179,133,91). Sum of RGB (Red+Green+Blue) = 179+133+91=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3855B is #4C7AA4. Grayscale: #8E8E8E. Windows color (decimal): -5012133 or 5998003. OLE color: 5998003.

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

Color convert

RGB17913391-
CMYK00.260.490.30
HSL28.64º36.67%52.94%-
HSV(B)28.64º49.16%70.2%-
XYZ28.8727.1113.61-
YUV141.9799.24154.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=44.42%
G=33.00%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791339100.260.490.3028.6436.6752.94
HexB3855B01A311E1d2535
Octal2632051330326136354565
Binary101100111000010110110110110101100011111011101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3855B; }

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

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

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

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

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

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

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

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