Html Css Color HEX #B4A479 Hillary

📋 copy color: '#B4A479'

red 180 ◦ green 164 ◦ blue 121

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

Shades of Hillary #B4A479

Tints of Hillary #B4A479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.27%

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

R = 38.71%
G = 35.27%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B4A479 (or 0xB4A479) is known color: Hillary. HEX triplet: B4, A4 and 79. RGB value is (180,164,121). Sum of RGB (Red+Green+Blue) = 180+164+121=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A479 is #4B5B86. Grayscale: #A4A4A4. Windows color (decimal): -4938631 or 7972020. OLE color: 7972020.

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

Color convert

RGB 180 164 121 -
CMYK 0 0.09 0.33 0.29
HSL 43.73º 0.28% 0.59% -
HSV(B) 43.73º 0.33% 0.71% -
XYZ 35.55 37.63 23.48 -
YUV 163.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 180 164 121 0 0.09 0.33 0.29 43.73 0.28 0.59
Hex B4 A4 79 0 9 21 1D 2C 1C 3B
Octal 264 244 171 0 11 41 35 54 34 73
Binary 10110100 10100100 1111001 0 1001 100001 11101 101100 11100 111011

Color Harmonies of #B4A479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A479

Black with #B4A479

Text Example


Text Example

White with #B4A479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A479; }

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

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

background-color css

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

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

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

border-color css

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

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

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