#B0A670

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

Shades of Hillary #B0A670

Tints of Hillary #B0A670

Color information

#B0A670 (or 0xB0A670) is unknown color: approx Hillary. HEX triplet: B0, A6 and 70. RGB value is (176,166,112). Sum of RGB (Red+Green+Blue) = 176+166+112=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A670 is #4F598F. Grayscale: #A3A3A3. Windows color (decimal): -5200272 or 7382704. OLE color: 7382704.

HSL color Cylindrical-coordinate representation of color #B0A670: hue angle of 50.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0A670 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB176166112-
CMYK00.060.360.31
HSL50.62º28.83%56.47%-
HSV(B)50.62º36.36%69.02%-
XYZ34.4737.6720.78-
YUV162.8399.31137.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=38.77%
G=36.56%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616611200.060.360.3150.6228.8356.47
HexB0A67006241F331d38
Octal260246160064437633570
Binary1011000010100110111000001101001001111111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A670; }

 p { color: rgb(176,166,112); }

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

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

 a { background-color: rgb(176,166,112); }

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

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

 span { border-color: rgb(176,166,112); }

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