#B38063

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

Shades of Medium Wood #B38063

Tints of Medium Wood #B38063

Color information

#B38063 (or 0xB38063) is unknown color: approx Medium Wood. HEX triplet: B3, 80 and 63. RGB value is (179,128,99). Sum of RGB (Red+Green+Blue) = 179+128+99=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B38063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38063 is #4C7F9C. Grayscale: #8C8C8C. Windows color (decimal): -5013405 or 6521011. OLE color: 6521011.

HSL color Cylindrical-coordinate representation of color #B38063: hue angle of 21.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 #B38063 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17912899-
CMYK00.280.450.30
HSL21.75º34.48%54.51%-
HSV(B)21.75º44.69%70.2%-
XYZ28.5625.9215.3-
YUV139.94104.9155.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 99 (39.06% from 255) = 24.38%
R=44.09%
G=31.53%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791289900.280.450.3021.7534.4854.51
HexB3806301C2D1E162237
Octal2632001430345536264267
Binary101100111000000011000110111001011011111010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38063; }

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

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

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

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

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

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

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

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