#B6B093

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

Shades of Eagle #B6B093

Tints of Eagle #B6B093

Color information

#B6B093 (or 0xB6B093) is unknown color: approx Eagle. HEX triplet: B6, B0 and 93. RGB value is (182,176,147). Sum of RGB (Red+Green+Blue) = 182+176+147=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B093 is #494F6C. Grayscale: #AEAEAE. Windows color (decimal): -4804461 or 9679030. OLE color: 9679030.

HSL color Cylindrical-coordinate representation of color #B6B093: hue angle of 49.71º 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 #B6B093 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB182176147-
CMYK00.030.190.29
HSL49.71º19.34%64.51%-
HSV(B)49.71º19.23%71.37%-
XYZ40.0843.133.81-
YUV174.49112.49133.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=36.04%
G=34.85%
B=29.11%

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
Decimal18217614700.030.190.2949.7119.3464.51
HexB6B09303131D321341
Octal2662602230323356223101
Binary1011011010110000100100110111001111101110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B093; }

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

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

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

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

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

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

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

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