Html Css Color HEX #B2A876 Hillary

📋 copy color: '#B2A876'

red 178 ◦ green 168 ◦ blue 118

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

Shades of Hillary #B2A876

Tints of Hillary #B2A876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.21%

 BLUE value IS 118 (46.48% from 255) = 25.43%

R = 38.36%
G = 36.21%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B2A876 (or 0xB2A876) is known color: Hillary. HEX triplet: B2, A8 and 76. RGB value is (178,168,118). Sum of RGB (Red+Green+Blue) = 178+168+118=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A876 is #4D5789. Grayscale: #A5A5A5. Windows color (decimal): -5068682 or 7776434. OLE color: 7776434.

HSL color Cylindrical-coordinate representation of color #B2A876: hue angle of 50º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2A876 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 118 -
CMYK 0 0.06 0.34 0.30
HSL 50º 0.28% 0.58% -
HSV(B) 50º 0.34% 0.7% -
XYZ 35.63 38.78 22.75 -
YUV 165.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 178 168 118 0 0.06 0.34 0.30 50 0.28 0.58
Hex B2 A8 76 0 6 22 1E 32 1C 3A
Octal 262 250 166 0 6 42 36 62 34 72
Binary 10110010 10101000 1110110 0 110 100010 11110 110010 11100 111010

Color Harmonies of #B2A876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A876

Black with #B2A876

Text Example


Text Example

White with #B2A876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A876; }

 p { color: rgb(178,168,118); }

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

background-color css

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

 a { background-color: rgb(178,168,118); }

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

border-color css

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

 span { border-color: rgb(178,168,118); }

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