#B4A375

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

Shades of Hillary #B4A375

Tints of Hillary #B4A375

Color information

#B4A375 (or 0xB4A375) is unknown color: approx Hillary. HEX triplet: B4, A3 and 75. RGB value is (180,163,117). Sum of RGB (Red+Green+Blue) = 180+163+117=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A375 is #4B5C8A. Grayscale: #A3A3A3. Windows color (decimal): -4938891 or 7709620. OLE color: 7709620.

HSL color Cylindrical-coordinate representation of color #B4A375: hue angle of 43.81º 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 #B4A375 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB180163117-
CMYK00.090.350.29
HSL43.81º29.58%58.24%-
HSV(B)43.81º35%70.59%-
XYZ35.1337.1822.15-
YUV162.84102.13140.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=39.13%
G=35.43%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016311700.090.350.2943.8129.5858.24
HexB4A37509231D2c1e3a
Octal2642431650114335543672
Binary10110100101000111110101010011000111110110110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A375; }

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

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

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

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

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

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

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

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