#B18569

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

Shades of Medium Wood #B18569

Tints of Medium Wood #B18569

Color information

#B18569 (or 0xB18569) is unknown color: approx Medium Wood. HEX triplet: B1, 85 and 69. RGB value is (177,133,105). Sum of RGB (Red+Green+Blue) = 177+133+105=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B18569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18569 is #4E7A96. Grayscale: #8F8F8F. Windows color (decimal): -5143191 or 6915505. OLE color: 6915505.

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

Color convert

RGB177133105-
CMYK00.250.410.31
HSL23.33º31.58%55.29%-
HSV(B)23.33º40.68%69.41%-
XYZ29.0727.1417.07-
YUV142.96106.58152.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=42.65%
G=32.05%
B=25.30%

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
Decimal17713310500.250.410.3123.3331.5855.29
HexB18569019291F172037
Octal2612051510315137274067
Binary101100011000010111010010110011010011111110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18569; }

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

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

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

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

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

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

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

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