#B1816B

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

Shades of Medium Wood #B1816B

Tints of Medium Wood #B1816B

Color information

#B1816B (or 0xB1816B) is unknown color: approx Medium Wood. HEX triplet: B1, 81 and 6B. RGB value is (177,129,107). Sum of RGB (Red+Green+Blue) = 177+129+107=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1816B is #4E7E94. Grayscale: #8C8C8C. Windows color (decimal): -5144213 or 7045553. OLE color: 7045553.

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

Color convert

RGB177129107-
CMYK00.270.400.31
HSL18.86º30.97%55.69%-
HSV(B)18.86º39.55%69.41%-
XYZ28.6426.1117.44-
YUV140.84108.9153.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=42.86%
G=31.23%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712910700.270.400.3118.8630.9755.69
HexB1816B01B281F131f38
Octal2612011530335037233770
Binary10110001100000011101011011011101000111111001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1816B; }

 p { color: rgb(177,129,107); }

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

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

 a { background-color: rgb(177,129,107); }

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

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

 span { border-color: rgb(177,129,107); }

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