#B1A572

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

Shades of Hillary #B1A572

Tints of Hillary #B1A572

Color information

#B1A572 (or 0xB1A572) is unknown color: approx Hillary. HEX triplet: B1, A5 and 72. RGB value is (177,165,114). Sum of RGB (Red+Green+Blue) = 177+165+114=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A572 is #4E5A8D. Grayscale: #A2A2A2. Windows color (decimal): -5134990 or 7513521. OLE color: 7513521.

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

Color convert

RGB177165114-
CMYK00.070.360.31
HSL48.57º28.77%57.06%-
HSV(B)48.57º35.59%69.41%-
XYZ34.6237.4721.33-
YUV162.77100.48138.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 165 (64.84% from 255) = 36.18%
BLUE value IS 114 (44.92% from 255) = 25%
R=38.82%
G=36.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716511400.070.360.3148.5728.7757.06
HexB1A57207241F311d39
Octal261245162074437613571
Binary1011000110100101111001001111001001111111000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A572; }

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

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

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

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

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

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

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

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