#B18468

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

Shades of Medium Wood #B18468

Tints of Medium Wood #B18468

Color information

#B18468 (or 0xB18468) is unknown color: approx Medium Wood. HEX triplet: B1, 84 and 68. RGB value is (177,132,104). Sum of RGB (Red+Green+Blue) = 177+132+104=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B18468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18468 is #4E7B97. Grayscale: #8E8E8E. Windows color (decimal): -5143448 or 6849713. OLE color: 6849713.

HSL color Cylindrical-coordinate representation of color #B18468: hue angle of 23.01º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B18468 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB177132104-
CMYK00.250.410.31
HSL23.01º31.88%55.1%-
HSV(B)23.01º41.24%69.41%-
XYZ28.8826.8516.76-
YUV142.26106.41152.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=42.86%
G=31.96%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713210400.250.410.3123.0131.8855.1
HexB18468019291F172037
Octal2612041500315137274067
Binary101100011000010011010000110011010011111110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18468; }

 p { color: rgb(177,132,104); }

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

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

 a { background-color: rgb(177,132,104); }

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

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

 span { border-color: rgb(177,132,104); }

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