#B4836B

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

Shades of Medium Wood #B4836B

Tints of Medium Wood #B4836B

Color information

#B4836B (or 0xB4836B) is unknown color: approx Medium Wood. HEX triplet: B4, 83 and 6B. RGB value is (180,131,107). Sum of RGB (Red+Green+Blue) = 180+131+107=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4836B is #4B7C94. Grayscale: #8F8F8F. Windows color (decimal): -4947093 or 7046068. OLE color: 7046068.

HSL color Cylindrical-coordinate representation of color #B4836B: hue angle of 19.73º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4836B is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180131107-
CMYK00.270.410.29
HSL19.73º32.74%56.27%-
HSV(B)19.73º40.56%70.59%-
XYZ29.592717.56-
YUV142.92107.73154.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 131 (51.56% from 255) = 31.34%
BLUE value IS 107 (42.19% from 255) = 25.60%
R=43.06%
G=31.34%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013110700.270.410.2919.7332.7456.27
HexB4836B01B291D142138
Octal2642031530335135244170
Binary101101001000001111010110110111010011110110100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4836B; }

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

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

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

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

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

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

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

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