#B7B295

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

Shades of Eagle #B7B295

Tints of Eagle #B7B295

Color information

#B7B295 (or 0xB7B295) is unknown color: approx Eagle. HEX triplet: B7, B2 and 95. RGB value is (183,178,149). Sum of RGB (Red+Green+Blue) = 183+178+149=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B295 is #484D6A. Grayscale: #B0B0B0. Windows color (decimal): -4738411 or 9810615. OLE color: 9810615.

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

Color convert

RGB183178149-
CMYK00.030.190.28
HSL51.18º19.1%65.1%-
HSV(B)51.18º18.58%71.76%-
XYZ40.8744.0834.79-
YUV176.19112.66132.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.88%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 149 (58.59% from 255) = 29.22%
R=35.88%
G=34.90%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317814900.030.190.2851.1819.165.1
HexB7B29503131C331341
Octal2672622250323346323101
Binary1011011110110010100101010111001111100110011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B295; }

 p { color: rgb(183,178,149); }

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

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

 a { background-color: rgb(183,178,149); }

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

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

 span { border-color: rgb(183,178,149); }

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