Html Css Color HEX #B1B199 Eagle

📋 copy color: '#B1B199'

red 177 ◦ green 177 ◦ blue 153

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

Shades of Eagle #B1B199

Tints of Eagle #B1B199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

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

R = 34.91%
G = 34.91%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B1B199 (or 0xB1B199) is known color: Eagle. HEX triplet: B1, B1 and 99. RGB value is (177,177,153). Sum of RGB (Red+Green+Blue) = 177+177+153=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B199 is #4E4E66. Grayscale: #AEAEAE. Windows color (decimal): -5131879 or 10072497. OLE color: 10072497.

HSL color Cylindrical-coordinate representation of color #B1B199: hue angle of 60º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1B199 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 177 153 -
CMYK 0 0 0.14 0.31
HSL 60º 0.13% 0.65% -
HSV(B) 60º 0.14% 0.69% -
XYZ 39.6 43.09 36.37 -
YUV 174.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 177 177 153 0 0 0.14 0.31 60 0.13 0.65
Hex B1 B1 99 0 0 E 1F 3C D 41
Octal 261 261 231 0 0 16 37 74 15 101
Binary 10110001 10110001 10011001 0 0 1110 11111 111100 1101 1000001

Color Harmonies of #B1B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B199

Black with #B1B199

Text Example


Text Example

White with #B1B199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B199; }

 p { color: rgb(177,177,153); }

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

background-color css

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

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

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

border-color css

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

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

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