#B4A675

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

Shades of Hillary #B4A675

Tints of Hillary #B4A675

Color information

#B4A675 (or 0xB4A675) is unknown color: approx Hillary. HEX triplet: B4, A6 and 75. RGB value is (180,166,117). Sum of RGB (Red+Green+Blue) = 180+166+117=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A675 is #4B598A. Grayscale: #A4A4A4. Windows color (decimal): -4938123 or 7710388. OLE color: 7710388.

HSL color Cylindrical-coordinate representation of color #B4A675: hue angle of 46.67º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4A675 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB180166117-
CMYK00.080.350.29
HSL46.67º29.58%58.24%-
HSV(B)46.67º35%70.59%-
XYZ35.6738.2622.33-
YUV164.6101.14138.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=38.88%
G=35.85%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016611700.080.350.2946.6729.5858.24
HexB4A67508231D2f1e3a
Octal2642461650104335573672
Binary10110100101001101110101010001000111110110111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A675; }

 p { color: rgb(180,166,117); }

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

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

 a { background-color: rgb(180,166,117); }

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

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

 span { border-color: rgb(180,166,117); }

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