#B1A37F

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

Shades of Hillary #B1A37F

Tints of Hillary #B1A37F

Color information

#B1A37F (or 0xB1A37F) is unknown color: approx Hillary. HEX triplet: B1, A3 and 7F. RGB value is (177,163,127). Sum of RGB (Red+Green+Blue) = 177+163+127=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A37F is #4E5C80. Grayscale: #A3A3A3. Windows color (decimal): -5135489 or 8364977. OLE color: 8364977.

HSL color Cylindrical-coordinate representation of color #B1A37F: hue angle of 43.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1A37F is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB177163127-
CMYK00.080.280.31
HSL43.2º24.27%59.61%-
HSV(B)43.2º28.25%69.41%-
XYZ35.0637.0725.39-
YUV163.08107.64137.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 127 (50% from 255) = 27.19%
R=37.90%
G=34.90%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716312700.080.280.3143.224.2759.61
HexB1A37F081C1F2b183c
Octal2612431770103437533074
Binary1011000110100011111111101000111001111110101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A37F; }

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

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

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

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

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

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

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

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