#B1886B

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

Shades of Medium Wood #B1886B

Tints of Medium Wood #B1886B

Color information

#B1886B (or 0xB1886B) is unknown color: approx Medium Wood. HEX triplet: B1, 88 and 6B. RGB value is (177,136,107). Sum of RGB (Red+Green+Blue) = 177+136+107=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1886B is #4E7794. Grayscale: #919191. Windows color (decimal): -5142421 or 7047345. OLE color: 7047345.

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

Color convert

RGB177136107-
CMYK00.230.400.31
HSL24.86º30.97%55.69%-
HSV(B)24.86º39.55%69.41%-
XYZ29.5928.0217.76-
YUV144.95106.58150.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=42.14%
G=32.38%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713610700.230.400.3124.8630.9755.69
HexB1886B017281F191f38
Octal2612101530275037313770
Binary10110001100010001101011010111101000111111100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1886B; }

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

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

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

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

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

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

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

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