#B3855C

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

Shades of Medium Wood #B3855C

Tints of Medium Wood #B3855C

Color information

#B3855C (or 0xB3855C) is unknown color: approx Medium Wood. HEX triplet: B3, 85 and 5C. RGB value is (179,133,92). Sum of RGB (Red+Green+Blue) = 179+133+92=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3855C is #4C7AA3. Grayscale: #8E8E8E. Windows color (decimal): -5012132 or 6063539. OLE color: 6063539.

HSL color Cylindrical-coordinate representation of color #B3855C: hue angle of 28.28º degrees, saturation: 0.36, 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 #B3855C is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17913392-
CMYK00.260.490.30
HSL28.28º36.4%53.14%-
HSV(B)28.28º48.6%70.2%-
XYZ28.9127.1313.84-
YUV142.0899.74154.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 92 (36.33% from 255) = 22.77%
R=44.31%
G=32.92%
B=22.77%

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
Decimal1791339200.260.490.3028.2836.453.14
HexB3855C01A311E1c2435
Octal2632051340326136344465
Binary101100111000010110111000110101100011111011100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3855C; }

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

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

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

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

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

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

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

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