Html Css Color HEX #B5A672 Hillary

📋 copy color: '#B5A672'

red 181 ◦ green 166 ◦ blue 114

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

Shades of Hillary #B5A672

Tints of Hillary #B5A672

RGB

 RED value IS 181 (71.09% from 255) = 39.26%

 GREEN value IS 166 (65.23% from 255) = 36.01%

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 39.26%
G = 36.01%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B5A672 (or 0xB5A672) is known color: Hillary. HEX triplet: B5, A6 and 72. RGB value is (181,166,114). Sum of RGB (Red+Green+Blue) = 181+166+114=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A672 is #4A598D. Grayscale: #A4A4A4. Windows color (decimal): -4872590 or 7513781. OLE color: 7513781.

HSL color Cylindrical-coordinate representation of color #B5A672: hue angle of 46.57º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5A672 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 166 114 -
CMYK 0 0.08 0.37 0.29
HSL 46.57º 0.31% 0.58% -
HSV(B) 46.57º 0.37% 0.71% -
XYZ 35.73 38.31 21.43 -
YUV 164.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 181 166 114 0 0.08 0.37 0.29 46.57 0.31 0.58
Hex B5 A6 72 0 8 25 1D 2F 1F 3A
Octal 265 246 162 0 10 45 35 57 37 72
Binary 10110101 10100110 1110010 0 1000 100101 11101 101111 11111 111010

Color Harmonies of #B5A672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A672

Black with #B5A672

Text Example


Text Example

White with #B5A672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A672; }

 p { color: rgb(181,166,114); }

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

background-color css

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

 a { background-color: rgb(181,166,114); }

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

border-color css

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

 span { border-color: rgb(181,166,114); }

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