Html Css Color HEX #B4AF99 Eagle

📋 copy color: '#B4AF99'

red 180 ◦ green 175 ◦ blue 153

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

Shades of Eagle #B4AF99

Tints of Eagle #B4AF99

RGB

 RED value IS 180 (70.7% from 255) = 35.43%

 GREEN value IS 175 (68.75% from 255) = 34.45%

 BLUE value IS 153 (60.16% from 255) = 30.12%

R = 35.43%
G = 34.45%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B4AF99 (or 0xB4AF99) is known color: Eagle. HEX triplet: B4, AF and 99. RGB value is (180,175,153). Sum of RGB (Red+Green+Blue) = 180+175+153=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF99 is #4B5066. Grayscale: #AEAEAE. Windows color (decimal): -4935783 or 10071988. OLE color: 10071988.

HSL color Cylindrical-coordinate representation of color #B4AF99: hue angle of 48.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4AF99 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 175 153 -
CMYK 0 0.03 0.15 0.29
HSL 48.89º 0.15% 0.65% -
HSV(B) 48.89º 0.15% 0.71% -
XYZ 39.9 42.66 36.27 -
YUV 173.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 180 175 153 0 0.03 0.15 0.29 48.89 0.15 0.65
Hex B4 AF 99 0 3 F 1D 31 F 41
Octal 264 257 231 0 3 17 35 61 17 101
Binary 10110100 10101111 10011001 0 11 1111 11101 110001 1111 1000001

Color Harmonies of #B4AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AF99

Black with #B4AF99

Text Example


Text Example

White with #B4AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AF99; }

 p { color: rgb(180,175,153); }

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

background-color css

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

 a { background-color: rgb(180,175,153); }

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

border-color css

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

 span { border-color: rgb(180,175,153); }

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