#B1846A

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

Shades of Medium Wood #B1846A

Tints of Medium Wood #B1846A

Color information

#B1846A (or 0xB1846A) is unknown color: approx Medium Wood. HEX triplet: B1, 84 and 6A. RGB value is (177,132,106). Sum of RGB (Red+Green+Blue) = 177+132+106=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1846A is #4E7B95. Grayscale: #8E8E8E. Windows color (decimal): -5143446 or 6980785. OLE color: 6980785.

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

Color convert

RGB177132106-
CMYK00.250.400.31
HSL21.97º31.28%55.49%-
HSV(B)21.97º40.11%69.41%-
XYZ28.9826.8917.3-
YUV142.49107.41152.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=42.65%
G=31.81%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713210600.250.400.3121.9731.2855.49
HexB1846A019281F161f37
Octal2612041520315037263767
Binary10110001100001001101010011001101000111111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1846A; }

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

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

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

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

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

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

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

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