Html Css Color HEX #B5AF96 Eagle

📋 copy color: '#B5AF96'

red 181 ◦ green 175 ◦ blue 150

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

Shades of Eagle #B5AF96

Tints of Eagle #B5AF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 35.77%
G = 34.58%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B5AF96 (or 0xB5AF96) is known color: Eagle. HEX triplet: B5, AF and 96. RGB value is (181,175,150). Sum of RGB (Red+Green+Blue) = 181+175+150=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF96 is #4A5069. Grayscale: #AEAEAE. Windows color (decimal): -4870250 or 9875381. OLE color: 9875381.

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

Color convert

RGB 181 175 150 -
CMYK 0 0.03 0.17 0.29
HSL 48.39º 0.17% 0.65% -
HSV(B) 48.39º 0.17% 0.71% -
XYZ 39.89 42.69 34.99 -
YUV 173.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 181 175 150 0 0.03 0.17 0.29 48.39 0.17 0.65
Hex B5 AF 96 0 3 11 1D 30 11 41
Octal 265 257 226 0 3 21 35 60 21 101
Binary 10110101 10101111 10010110 0 11 10001 11101 110000 10001 1000001

Color Harmonies of #B5AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF96

Black with #B5AF96

Text Example


Text Example

White with #B5AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF96; }

 p { color: rgb(181,175,150); }

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

background-color css

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

 a { background-color: rgb(181,175,150); }

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

border-color css

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

 span { border-color: rgb(181,175,150); }

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