#B38463

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

Shades of Medium Wood #B38463

Tints of Medium Wood #B38463

Color information

#B38463 (or 0xB38463) is unknown color: approx Medium Wood. HEX triplet: B3, 84 and 63. RGB value is (179,132,99). Sum of RGB (Red+Green+Blue) = 179+132+99=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B38463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38463 is #4C7B9C. Grayscale: #8E8E8E. Windows color (decimal): -5012381 or 6522035. OLE color: 6522035.

HSL color Cylindrical-coordinate representation of color #B38463: hue angle of 24.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38463 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17913299-
CMYK00.260.450.30
HSL24.75º34.48%54.51%-
HSV(B)24.75º44.69%70.2%-
XYZ29.0926.9915.48-
YUV142.29103.57154.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 99 (39.06% from 255) = 24.15%
R=43.66%
G=32.20%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791329900.260.450.3024.7534.4854.51
HexB3846301A2D1E192237
Octal2632041430325536314267
Binary101100111000010011000110110101011011111011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38463; }

 p { color: rgb(179,132,99); }

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

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

 a { background-color: rgb(179,132,99); }

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

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

 span { border-color: rgb(179,132,99); }

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