#B4845B

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

Shades of Medium Wood #B4845B

Tints of Medium Wood #B4845B

Color information

#B4845B (or 0xB4845B) is unknown color: approx Medium Wood. HEX triplet: B4, 84 and 5B. RGB value is (180,132,91). Sum of RGB (Red+Green+Blue) = 180+132+91=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4845B is #4B7BA4. Grayscale: #8D8D8D. Windows color (decimal): -4946853 or 5997748. OLE color: 5997748.

HSL color Cylindrical-coordinate representation of color #B4845B: hue angle of 27.64º 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 #B4845B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18013291-
CMYK00.270.490.29
HSL27.64º37.24%53.14%-
HSV(B)27.64º49.44%70.59%-
XYZ28.9626.9613.58-
YUV141.6899.4155.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=44.67%
G=32.75%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801329100.270.490.2927.6437.2453.14
HexB4845B01B311D1c2535
Octal2642041330336135344565
Binary101101001000010010110110110111100011110111100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4845B; }

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

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

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

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

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

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

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

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