#B6B192

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

Shades of Eagle #B6B192

Tints of Eagle #B6B192

Color information

#B6B192 (or 0xB6B192) is unknown color: approx Eagle. HEX triplet: B6, B1 and 92. RGB value is (182,177,146). Sum of RGB (Red+Green+Blue) = 182+177+146=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B192 is #494E6D. Grayscale: #AFAFAF. Windows color (decimal): -4804206 or 9613750. OLE color: 9613750.

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

Color convert

RGB182177146-
CMYK00.030.200.29
HSL51.67º19.78%64.31%-
HSV(B)51.67º19.78%71.37%-
XYZ40.243.4633.46-
YUV174.96111.66133.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=36.04%
G=35.05%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217714600.030.200.2951.6719.7864.31
HexB6B19203141D341440
Octal2662612220324356424100
Binary1011011010110001100100100111010011101110100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B192; }

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

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

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

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

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

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

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

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