#B17A5A

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

Shades of Medium Wood #B17A5A

Tints of Medium Wood #B17A5A

Color information

#B17A5A (or 0xB17A5A) is unknown color: approx Medium Wood. HEX triplet: B1, 7A and 5A. RGB value is (177,122,90). Sum of RGB (Red+Green+Blue) = 177+122+90=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A5A is #4E85A5. Grayscale: #868686. Windows color (decimal): -5146022 or 5929649. OLE color: 5929649.

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

Color convert

RGB17712290-
CMYK00.310.490.31
HSL22.07º35.8%52.35%-
HSV(B)22.07º49.15%69.41%-
XYZ26.942412.89-
YUV134.8102.72158.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=45.50%
G=31.36%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771229000.310.490.3122.0735.852.35
HexB17A5A01F311F162434
Octal2611721320376137264464
Binary10110001111101010110100111111100011111110110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A5A; }

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

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

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

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

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

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

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

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