Html Css Color HEX #B4A378 Hillary

📋 copy color: '#B4A378'

red 180 ◦ green 163 ◦ blue 120

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

Shades of Hillary #B4A378

Tints of Hillary #B4A378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 38.88%
G = 35.21%
B = 25.92%

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

#B4A378 (or 0xB4A378) is known color: Hillary. HEX triplet: B4, A3 and 78. RGB value is (180,163,120). Sum of RGB (Red+Green+Blue) = 180+163+120=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A378 is #4B5C87. Grayscale: #A3A3A3. Windows color (decimal): -4938888 or 7906228. OLE color: 7906228.

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

Color convert

RGB 180 163 120 -
CMYK 0 0.09 0.33 0.29
HSL 43º 0.29% 0.59% -
HSV(B) 43º 0.33% 0.71% -
XYZ 35.31 37.25 23.1 -
YUV 163.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 180 163 120 0 0.09 0.33 0.29 43 0.29 0.59
Hex B4 A3 78 0 9 21 1D 2B 1D 3B
Octal 264 243 170 0 11 41 35 53 35 73
Binary 10110100 10100011 1111000 0 1001 100001 11101 101011 11101 111011

Color Harmonies of #B4A378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A378

Black with #B4A378

Text Example


Text Example

White with #B4A378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A378; }

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

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

background-color css

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

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

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

border-color css

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

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

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