#B1825A

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

Shades of Medium Wood #B1825A

Tints of Medium Wood #B1825A

Color information

#B1825A (or 0xB1825A) is unknown color: approx Medium Wood. HEX triplet: B1, 82 and 5A. RGB value is (177,130,90). Sum of RGB (Red+Green+Blue) = 177+130+90=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1825A is #4E7DA5. Grayscale: #8B8B8B. Windows color (decimal): -5143974 or 5931697. OLE color: 5931697.

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

Color convert

RGB17713090-
CMYK00.270.490.31
HSL27.59º35.8%52.35%-
HSV(B)27.59º49.15%69.41%-
XYZ27.9626.0513.23-
YUV139.49100.07154.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=44.58%
G=32.75%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771309000.270.490.3127.5935.852.35
HexB1825A01B311F1c2434
Octal2612021320336137344464
Binary101100011000001010110100110111100011111111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1825A; }

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

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

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

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

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

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

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

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