#B18568

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

Shades of Medium Wood #B18568

Tints of Medium Wood #B18568

Color information

#B18568 (or 0xB18568) is unknown color: approx Medium Wood. HEX triplet: B1, 85 and 68. RGB value is (177,133,104). Sum of RGB (Red+Green+Blue) = 177+133+104=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B18568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18568 is #4E7A97. Grayscale: #8F8F8F. Windows color (decimal): -5143192 or 6849969. OLE color: 6849969.

HSL color Cylindrical-coordinate representation of color #B18568: hue angle of 23.84º 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 #B18568 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB177133104-
CMYK00.250.410.31
HSL23.84º31.88%55.1%-
HSV(B)23.84º41.24%69.41%-
XYZ29.0227.1216.8-
YUV142.85106.08152.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=42.75%
G=32.13%
B=25.12%

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
Decimal17713310400.250.410.3123.8431.8855.1
HexB18568019291F182037
Octal2612051500315137304067
Binary101100011000010111010000110011010011111111000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18568; }

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

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

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

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

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

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

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

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