#B1835E

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

Shades of Medium Wood #B1835E

Tints of Medium Wood #B1835E

Color information

#B1835E (or 0xB1835E) is unknown color: approx Medium Wood. HEX triplet: B1, 83 and 5E. RGB value is (177,131,94). Sum of RGB (Red+Green+Blue) = 177+131+94=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1835E is #4E7CA1. Grayscale: #8C8C8C. Windows color (decimal): -5143714 or 6194097. OLE color: 6194097.

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

Color convert

RGB17713194-
CMYK00.260.470.31
HSL26.75º34.73%53.14%-
HSV(B)26.75º46.89%69.41%-
XYZ28.2726.3914.19-
YUV140.54101.74154.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=44.03%
G=32.59%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771319400.260.470.3126.7534.7353.14
HexB1835E01A2F1F1b2335
Octal2612031360325737334365
Binary101100011000001110111100110101011111111111011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1835E; }

 p { color: rgb(177,131,94); }

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

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

 a { background-color: rgb(177,131,94); }

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

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

 span { border-color: rgb(177,131,94); }

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