#B48364

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

Shades of Medium Wood #B48364

Tints of Medium Wood #B48364

Color information

#B48364 (or 0xB48364) is unknown color: approx Medium Wood. HEX triplet: B4, 83 and 64. RGB value is (180,131,100). Sum of RGB (Red+Green+Blue) = 180+131+100=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B48364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48364 is #4B7C9B. Grayscale: #8E8E8E. Windows color (decimal): -4947100 or 6587316. OLE color: 6587316.

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

Color convert

RGB180131100-
CMYK00.270.440.29
HSL23.25º34.78%54.9%-
HSV(B)23.25º44.44%70.59%-
XYZ29.2426.8615.7-
YUV142.12104.23155.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=43.80%
G=31.87%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013110000.270.440.2923.2534.7854.9
HexB4836401B2C1D172337
Octal2642031440335435274367
Binary101101001000001111001000110111011001110110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48364; }

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

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

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

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

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

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

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

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