#B1A37C

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

Shades of Hillary #B1A37C

Tints of Hillary #B1A37C

Color information

#B1A37C (or 0xB1A37C) is unknown color: approx Hillary. HEX triplet: B1, A3 and 7C. RGB value is (177,163,124). Sum of RGB (Red+Green+Blue) = 177+163+124=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A37C is #4E5C83. Grayscale: #A2A2A2. Windows color (decimal): -5135492 or 8168369. OLE color: 8168369.

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

Color convert

RGB177163124-
CMYK00.080.300.31
HSL44.15º25.36%59.02%-
HSV(B)44.15º29.94%69.41%-
XYZ34.873724.37-
YUV162.74106.14138.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=38.15%
G=35.13%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716312400.080.300.3144.1525.3659.02
HexB1A37C081E1F2c193b
Octal2612431740103637543173
Binary1011000110100011111110001000111101111110110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A37C; }

 p { color: rgb(177,163,124); }

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

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

 a { background-color: rgb(177,163,124); }

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

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

 span { border-color: rgb(177,163,124); }

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