Html Css Color HEX #B2A973 Hillary

📋 copy color: '#B2A973'

red 178 ◦ green 169 ◦ blue 115

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

Shades of Hillary #B2A973

Tints of Hillary #B2A973

RGB

 RED value IS 178 (69.92% from 255) = 38.53%

 GREEN value IS 169 (66.41% from 255) = 36.58%

 BLUE value IS 115 (45.31% from 255) = 24.89%

R = 38.53%
G = 36.58%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B2A973 (or 0xB2A973) is known color: Hillary. HEX triplet: B2, A9 and 73. RGB value is (178,169,115). Sum of RGB (Red+Green+Blue) = 178+169+115=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A973 is #4D568C. Grayscale: #A5A5A5. Windows color (decimal): -5068429 or 7580082. OLE color: 7580082.

HSL color Cylindrical-coordinate representation of color #B2A973: hue angle of 51.43º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2A973 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 169 115 -
CMYK 0 0.05 0.35 0.30
HSL 51.43º 0.29% 0.57% -
HSV(B) 51.43º 0.35% 0.7% -
XYZ 35.64 39.08 21.88 -
YUV 165.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 178 169 115 0 0.05 0.35 0.30 51.43 0.29 0.57
Hex B2 A9 73 0 5 23 1E 33 1D 39
Octal 262 251 163 0 5 43 36 63 35 71
Binary 10110010 10101001 1110011 0 101 100011 11110 110011 11101 111001

Color Harmonies of #B2A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A973

Black with #B2A973

Text Example


Text Example

White with #B2A973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A973; }

 p { color: rgb(178,169,115); }

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

background-color css

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

 a { background-color: rgb(178,169,115); }

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

border-color css

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

 span { border-color: rgb(178,169,115); }

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