#B4835A

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

Shades of Medium Wood #B4835A

Tints of Medium Wood #B4835A

Color information

#B4835A (or 0xB4835A) is unknown color: approx Medium Wood. HEX triplet: B4, 83 and 5A. RGB value is (180,131,90). Sum of RGB (Red+Green+Blue) = 180+131+90=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4835A is #4B7CA5. Grayscale: #8D8D8D. Windows color (decimal): -4947110 or 5931956. OLE color: 5931956.

HSL color Cylindrical-coordinate representation of color #B4835A: hue angle of 27.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4835A is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18013190-
CMYK00.270.500.29
HSL27.33º37.5%52.94%-
HSV(B)27.33º50%70.59%-
XYZ28.7826.6713.3-
YUV140.9899.23155.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 90 (35.55% from 255) = 22.44%
R=44.89%
G=32.67%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801319000.270.500.2927.3337.552.94
HexB4835A01B321D1b2635
Octal2642031320336235334665
Binary101101001000001110110100110111100101110111011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4835A; }

 p { color: rgb(180,131,90); }

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

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

 a { background-color: rgb(180,131,90); }

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

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

 span { border-color: rgb(180,131,90); }

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