Html Css Color HEX #B4A679 Hillary

📋 copy color: '#B4A679'

red 180 ◦ green 166 ◦ blue 121

#B4A679
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hillary #B4A679

Tints of Hillary #B4A679

RGB

 RED value IS 180 (70.7% from 255) = 38.54%

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 121 (47.66% from 255) = 25.91%

R = 38.54%
G = 35.55%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B4A679 (or 0xB4A679) is known color: Hillary. HEX triplet: B4, A6 and 79. RGB value is (180,166,121). Sum of RGB (Red+Green+Blue) = 180+166+121=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A679 is #4B5986. Grayscale: #A5A5A5. Windows color (decimal): -4938119 or 7972532. OLE color: 7972532.

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

Color convert

RGB 180 166 121 -
CMYK 0 0.08 0.33 0.29
HSL 45.76º 0.28% 0.59% -
HSV(B) 45.76º 0.33% 0.71% -
XYZ 35.91 38.36 23.6 -
YUV 165.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 180 166 121 0 0.08 0.33 0.29 45.76 0.28 0.59
Hex B4 A6 79 0 8 21 1D 2E 1C 3B
Octal 264 246 171 0 10 41 35 56 34 73
Binary 10110100 10100110 1111001 0 1000 100001 11101 101110 11100 111011

Color Harmonies of #B4A679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A679

Black with #B4A679

Text Example


Text Example

White with #B4A679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A679; }

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

 H1.HeaderClassName
 {
   color: #B4A679;
 }
 .AnyTagClassName
 {
   color: #B4A679;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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