Html Css Color HEX #B2A875 Hillary

📋 copy color: '#B2A875'

red 178 ◦ green 168 ◦ blue 117

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

Shades of Hillary #B2A875

Tints of Hillary #B2A875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.27%

R = 38.44%
G = 36.29%
B = 25.27%

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

#B2A875 (or 0xB2A875) is known color: Hillary. HEX triplet: B2, A8 and 75. RGB value is (178,168,117). Sum of RGB (Red+Green+Blue) = 178+168+117=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A875 is #4D578A. Grayscale: #A5A5A5. Windows color (decimal): -5068683 or 7710898. OLE color: 7710898.

HSL color Cylindrical-coordinate representation of color #B2A875: hue angle of 50.16º 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 #B2A875 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 117 -
CMYK 0 0.06 0.34 0.30
HSL 50.16º 0.28% 0.58% -
HSV(B) 50.16º 0.34% 0.7% -
XYZ 35.57 38.75 22.44 -
YUV 165.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 178 168 117 0 0.06 0.34 0.30 50.16 0.28 0.58
Hex B2 A8 75 0 6 22 1E 32 1C 3A
Octal 262 250 165 0 6 42 36 62 34 72
Binary 10110010 10101000 1110101 0 110 100010 11110 110010 11100 111010

Color Harmonies of #B2A875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A875

Black with #B2A875

Text Example


Text Example

White with #B2A875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A875; }

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

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

background-color css

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

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

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

border-color css

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

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

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