#B1A375

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

Shades of Hillary #B1A375

Tints of Hillary #B1A375

Color information

#B1A375 (or 0xB1A375) is unknown color: approx Hillary. HEX triplet: B1, A3 and 75. RGB value is (177,163,117). Sum of RGB (Red+Green+Blue) = 177+163+117=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A375 is #4E5C8A. Grayscale: #A2A2A2. Windows color (decimal): -5135499 or 7709617. OLE color: 7709617.

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

Color convert

RGB177163117-
CMYK00.080.340.31
HSL46º27.78%57.65%-
HSV(B)46º33.9%69.41%-
XYZ34.4436.8322.12-
YUV161.94102.64138.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=38.73%
G=35.67%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716311700.080.340.314627.7857.65
HexB1A37508221F2e1c3a
Octal2612431650104237563472
Binary10110001101000111110101010001000101111110111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A375; }

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

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

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

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

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

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

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

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