#B1836A

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

Shades of Medium Wood #B1836A

Tints of Medium Wood #B1836A

Color information

#B1836A (or 0xB1836A) is unknown color: approx Medium Wood. HEX triplet: B1, 83 and 6A. RGB value is (177,131,106). Sum of RGB (Red+Green+Blue) = 177+131+106=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1836A is #4E7C95. Grayscale: #8E8E8E. Windows color (decimal): -5143702 or 6980529. OLE color: 6980529.

HSL color Cylindrical-coordinate representation of color #B1836A: hue angle of 21.13º 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 #B1836A is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB177131106-
CMYK00.260.400.31
HSL21.13º31.28%55.49%-
HSV(B)21.13º40.11%69.41%-
XYZ28.8526.6217.25-
YUV141.9107.74153.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=42.75%
G=31.64%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713110600.260.400.3121.1331.2855.49
HexB1836A01A281F151f37
Octal2612031520325037253767
Binary10110001100000111101010011010101000111111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1836A; }

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

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

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

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

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

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

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

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