#B6B193

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

Shades of Eagle #B6B193

Tints of Eagle #B6B193

Color information

#B6B193 (or 0xB6B193) is unknown color: approx Eagle. HEX triplet: B6, B1 and 93. RGB value is (182,177,147). Sum of RGB (Red+Green+Blue) = 182+177+147=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B193 is #494E6C. Grayscale: #AFAFAF. Windows color (decimal): -4804205 or 9679286. OLE color: 9679286.

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

Color convert

RGB182177147-
CMYK00.030.190.29
HSL51.43º19.34%64.51%-
HSV(B)51.43º19.23%71.37%-
XYZ40.2843.533.88-
YUV175.08112.16132.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=35.97%
G=34.98%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217714700.030.190.2951.4319.3464.51
HexB6B19303131D331341
Octal2662612230323356323101
Binary1011011010110001100100110111001111101110011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B193; }

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

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

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

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

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

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

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

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