#B38269

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

Shades of Medium Wood #B38269

Tints of Medium Wood #B38269

Color information

#B38269 (or 0xB38269) is unknown color: approx Medium Wood. HEX triplet: B3, 82 and 69. RGB value is (179,130,105). Sum of RGB (Red+Green+Blue) = 179+130+105=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B38269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38269 is #4C7D96. Grayscale: #8D8D8D. Windows color (decimal): -5012887 or 6914739. OLE color: 6914739.

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

Color convert

RGB179130105-
CMYK00.270.410.30
HSL20.27º32.74%55.69%-
HSV(B)20.27º41.34%70.2%-
XYZ29.1226.5716.96-
YUV141.8107.23154.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=43.24%
G=31.40%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913010500.270.410.3020.2732.7455.69
HexB3826901B291E142138
Octal2632021510335136244170
Binary101100111000001011010010110111010011111010100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38269; }

 p { color: rgb(179,130,105); }

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

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

 a { background-color: rgb(179,130,105); }

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

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

 span { border-color: rgb(179,130,105); }

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