Html Css Color HEX #B1AD90 Eagle

📋 copy color: '#B1AD90'

red 177 ◦ green 173 ◦ blue 144

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

Shades of Eagle #B1AD90

Tints of Eagle #B1AD90

RGB

 RED value IS 177 (69.53% from 255) = 35.83%

 GREEN value IS 173 (67.97% from 255) = 35.02%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 35.83%
G = 35.02%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1AD90 (or 0xB1AD90) is known color: Eagle. HEX triplet: B1, AD and 90. RGB value is (177,173,144). Sum of RGB (Red+Green+Blue) = 177+173+144=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD90 is #4E526F. Grayscale: #ABABAB. Windows color (decimal): -5132912 or 9481649. OLE color: 9481649.

HSL color Cylindrical-coordinate representation of color #B1AD90: hue angle of 52.73º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1AD90 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 173 144 -
CMYK 0 0.02 0.19 0.31
HSL 52.73º 0.17% 0.63% -
HSV(B) 52.73º 0.19% 0.69% -
XYZ 38.11 41.25 32.34 -
YUV 170.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 177 173 144 0 0.02 0.19 0.31 52.73 0.17 0.63
Hex B1 AD 90 0 2 13 1F 35 11 3F
Octal 261 255 220 0 2 23 37 65 21 77
Binary 10110001 10101101 10010000 0 10 10011 11111 110101 10001 111111

Color Harmonies of #B1AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD90

Black with #B1AD90

Text Example


Text Example

White with #B1AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD90; }

 p { color: rgb(177,173,144); }

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

background-color css

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

 a { background-color: rgb(177,173,144); }

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

border-color css

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

 span { border-color: rgb(177,173,144); }

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