Html Css Color HEX #B6B199 Eagle

📋 copy color: '#B6B199'

red 182 ◦ green 177 ◦ blue 153

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

Shades of Eagle #B6B199

Tints of Eagle #B6B199

RGB

 RED value IS 182 (71.48% from 255) = 35.55%

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

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

R = 35.55%
G = 34.57%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B6B199 (or 0xB6B199) is known color: Eagle. HEX triplet: B6, B1 and 99. RGB value is (182,177,153). Sum of RGB (Red+Green+Blue) = 182+177+153=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B199 is #494E66. Grayscale: #AFAFAF. Windows color (decimal): -4804199 or 10072502. OLE color: 10072502.

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

Color convert

RGB 182 177 153 -
CMYK 0 0.03 0.16 0.29
HSL 49.66º 0.17% 0.66% -
HSV(B) 49.66º 0.16% 0.71% -
XYZ 40.76 43.69 36.42 -
YUV 175.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 182 177 153 0 0.03 0.16 0.29 49.66 0.17 0.66
Hex B6 B1 99 0 3 10 1D 32 11 42
Octal 266 261 231 0 3 20 35 62 21 102
Binary 10110110 10110001 10011001 0 11 10000 11101 110010 10001 1000010

Color Harmonies of #B6B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B199

Black with #B6B199

Text Example


Text Example

White with #B6B199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B199; }

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

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

background-color css

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

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

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

border-color css

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

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

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