#B1826D

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

Shades of Medium Wood #B1826D

Tints of Medium Wood #B1826D

Color information

#B1826D (or 0xB1826D) is unknown color: approx Medium Wood. HEX triplet: B1, 82 and 6D. RGB value is (177,130,109). Sum of RGB (Red+Green+Blue) = 177+130+109=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1826D is #4E7D92. Grayscale: #8D8D8D. Windows color (decimal): -5143955 or 7176881. OLE color: 7176881.

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

Color convert

RGB177130109-
CMYK00.270.380.31
HSL18.53º30.36%56.08%-
HSV(B)18.53º38.42%69.41%-
XYZ28.8726.4218.05-
YUV141.66109.57153.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=42.55%
G=31.25%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713010900.270.380.3118.5330.3656.08
HexB1826D01B261F131e38
Octal2612021550334637233670
Binary10110001100000101101101011011100110111111001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1826D; }

 p { color: rgb(177,130,109); }

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

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

 a { background-color: rgb(177,130,109); }

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

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

 span { border-color: rgb(177,130,109); }

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