Html Css Color HEX #B2A57E Hillary

📋 copy color: '#B2A57E'

red 178 ◦ green 165 ◦ blue 126

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

Shades of Hillary #B2A57E

Tints of Hillary #B2A57E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.18%

 BLUE value IS 126 (49.61% from 255) = 26.87%

R = 37.95%
G = 35.18%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2A57E (or 0xB2A57E) is known color: Hillary. HEX triplet: B2, A5 and 7E. RGB value is (178,165,126). Sum of RGB (Red+Green+Blue) = 178+165+126=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A57E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A57E is #4D5A81. Grayscale: #A4A4A4. Windows color (decimal): -5069442 or 8299954. OLE color: 8299954.

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

Color convert

RGB 178 165 126 -
CMYK 0 0.07 0.29 0.30
HSL 45º 0.25% 0.6% -
HSV(B) 45º 0.29% 0.7% -
XYZ 35.58 37.88 25.18 -
YUV 164.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 178 165 126 0 0.07 0.29 0.30 45 0.25 0.6
Hex B2 A5 7E 0 7 1D 1E 2D 19 3C
Octal 262 245 176 0 7 35 36 55 31 74
Binary 10110010 10100101 1111110 0 111 11101 11110 101101 11001 111100

Color Harmonies of #B2A57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A57E

Black with #B2A57E

Text Example


Text Example

White with #B2A57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A57E; }

 p { color: rgb(178,165,126); }

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

background-color css

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

 a { background-color: rgb(178,165,126); }

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

border-color css

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

 span { border-color: rgb(178,165,126); }

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