#B7B196

Color #B7B196 Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #B7B196

Tints of Eagle #B7B196

Color information

#B7B196 (or 0xB7B196) is unknown color: approx Eagle. HEX triplet: B7, B1 and 96. RGB value is (183,177,150). Sum of RGB (Red+Green+Blue) = 183+177+150=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B196 is #484E69. Grayscale: #AFAFAF. Windows color (decimal): -4738666 or 9875895. OLE color: 9875895.

HSL color Cylindrical-coordinate representation of color #B7B196: hue angle of 49.09º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7B196 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB183177150-
CMYK00.030.180.28
HSL49.09º18.64%65.29%-
HSV(B)49.09º18.03%71.76%-
XYZ40.7643.7135.14-
YUV175.72113.49133.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.88%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=35.88%
G=34.71%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317715000.030.180.2849.0918.6465.29
HexB7B19603121C311341
Octal2672612260322346123101
Binary1011011110110001100101100111001011100110001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B196; }

 p { color: rgb(183,177,150); }

 H1.HeaderClassName
 {
   color: #B7B196;
 }
 .AnyTagClassName
 {
   color: #B7B196;
 }
</style>
background-color css

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

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

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

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

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

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