#B4855E

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

Shades of Medium Wood #B4855E

Tints of Medium Wood #B4855E

Color information

#B4855E (or 0xB4855E) is unknown color: approx Medium Wood. HEX triplet: B4, 85 and 5E. RGB value is (180,133,94). Sum of RGB (Red+Green+Blue) = 180+133+94=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4855E is #4B7AA1. Grayscale: #8E8E8E. Windows color (decimal): -4946594 or 6194612. OLE color: 6194612.

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

Color convert

RGB18013394-
CMYK00.260.480.29
HSL27.21º36.44%53.73%-
HSV(B)27.21º47.78%70.59%-
XYZ29.2327.2914.32-
YUV142.61100.57154.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=44.23%
G=32.68%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801339400.260.480.2927.2136.4453.73
HexB4855E01A301D1b2436
Octal2642051360326035334466
Binary101101001000010110111100110101100001110111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4855E; }

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

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

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

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

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

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

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

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