#b1805b

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

Shades of Medium Wood #B1805B

Tints of Medium Wood #B1805B

Color information

#B1805B (or 0xB1805B) is unknown color: approx Medium Wood. HEX triplet: B1, 80 and 5B. RGB value is (177,128,91). Sum of RGB (Red+Green+Blue) = 177+128+91=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1805B is #4E7FA4. Grayscale: #8A8A8A. Windows color (decimal): -5144485 or 5996721. OLE color: 5996721.

HSL color Cylindrical-coordinate representation of color #B1805B: hue angle of 25.81º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1805B is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17712891-
CMYK00.280.490.31
HSL25.81º35.54%52.55%-
HSV(B)25.81º48.59%69.41%-
XYZ27.7425.5413.37-
YUV138.43101.23155.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 128 (50.39% from 255) = 32.32%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=44.70%
G=32.32%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771289100.280.490.3125.8135.5452.55
HexB1805B01C311F1a2435
Octal2612001330346137324465
Binary101100011000000010110110111001100011111111010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1805b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1805b; }

 p { color: rgb(177,128,91); }

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

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

 a { background-color: rgb(177,128,91); }

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

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

 span { border-color: rgb(177,128,91); }

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