#B1A17D

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

Shades of Hillary #B1A17D

Tints of Hillary #B1A17D

Color information

#B1A17D (or 0xB1A17D) is unknown color: approx Hillary. HEX triplet: B1, A1 and 7D. RGB value is (177,161,125). Sum of RGB (Red+Green+Blue) = 177+161+125=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A17D is #4E5E82. Grayscale: #A1A1A1. Windows color (decimal): -5136003 or 8233393. OLE color: 8233393.

HSL color Cylindrical-coordinate representation of color #B1A17D: hue angle of 41.54º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1A17D is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB177161125-
CMYK00.090.290.31
HSL41.54º25%59.22%-
HSV(B)41.54º29.38%69.41%-
XYZ34.5836.3224.59-
YUV161.68107.3138.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=38.23%
G=34.77%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716112500.090.290.3141.542559.22
HexB1A17D091D1F2a193b
Octal2612411750113537523173
Binary1011000110100001111110101001111011111110101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A17D; }

 p { color: rgb(177,161,125); }

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

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

 a { background-color: rgb(177,161,125); }

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

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

 span { border-color: rgb(177,161,125); }

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