Html Css Color HEX #B1B290 Eagle

📋 copy color: '#B1B290'

red 177 ◦ green 178 ◦ blue 144

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

Shades of Eagle #B1B290

Tints of Eagle #B1B290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.67%

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

R = 35.47%
G = 35.67%
B = 28.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B1B290 (or 0xB1B290) is known color: Eagle. HEX triplet: B1, B2 and 90. RGB value is (177,178,144). Sum of RGB (Red+Green+Blue) = 177+178+144=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B290 is #4E4D6F. Grayscale: #ADADAD. Windows color (decimal): -5131632 or 9482929. OLE color: 9482929.

HSL color Cylindrical-coordinate representation of color #B1B290: hue angle of 61.76º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1B290 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 178 144 -
CMYK 0.01 0 0.19 0.30
HSL 61.76º 0.18% 0.63% -
HSV(B) 61.76º 0.19% 0.7% -
XYZ 39.09 43.2 32.66 -
YUV 173.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 177 178 144 0.01 0 0.19 0.30 61.76 0.18 0.63
Hex B1 B2 90 1 0 13 1E 3E 12 3F
Octal 261 262 220 1 0 23 36 76 22 77
Binary 10110001 10110010 10010000 1 0 10011 11110 111110 10010 111111

Color Harmonies of #B1B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B290

Black with #B1B290

Text Example


Text Example

White with #B1B290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B290; }

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

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

background-color css

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

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

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

border-color css

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

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

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