#B48169

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

Shades of Medium Wood #B48169

Tints of Medium Wood #B48169

Color information

#B48169 (or 0xB48169) is unknown color: approx Medium Wood. HEX triplet: B4, 81 and 69. RGB value is (180,129,105). Sum of RGB (Red+Green+Blue) = 180+129+105=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B48169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48169 is #4B7E96. Grayscale: #8D8D8D. Windows color (decimal): -4947607 or 6914484. OLE color: 6914484.

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

Color convert

RGB180129105-
CMYK00.280.420.29
HSL19.2º33.33%55.88%-
HSV(B)19.2º41.67%70.59%-
XYZ29.2226.4216.92-
YUV141.51107.4155.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=43.48%
G=31.16%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012910500.280.420.2919.233.3355.88
HexB4816901C2A1D132138
Octal2642011510345235234170
Binary101101001000000111010010111001010101110110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48169; }

 p { color: rgb(180,129,105); }

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

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

 a { background-color: rgb(180,129,105); }

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

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

 span { border-color: rgb(180,129,105); }

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