#B1A57D

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

Shades of Hillary #B1A57D

Tints of Hillary #B1A57D

Color information

#B1A57D (or 0xB1A57D) is unknown color: approx Hillary. HEX triplet: B1, A5 and 7D. RGB value is (177,165,125). Sum of RGB (Red+Green+Blue) = 177+165+125=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A57D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A57D is #4E5A82. Grayscale: #A4A4A4. Windows color (decimal): -5134979 or 8234417. OLE color: 8234417.

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

Color convert

RGB177165125-
CMYK00.070.290.31
HSL46.15º25%59.22%-
HSV(B)46.15º29.38%69.41%-
XYZ35.2937.7424.83-
YUV164.03105.98137.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=37.90%
G=35.33%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716512500.070.290.3146.152559.22
HexB1A57D071D1F2e193b
Octal261245175073537563173
Binary101100011010010111111010111111011111110111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A57D; }

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

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

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

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

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

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

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

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