#B5B092

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

Shades of Eagle #B5B092

Tints of Eagle #B5B092

Color information

#B5B092 (or 0xB5B092) is unknown color: approx Eagle. HEX triplet: B5, B0 and 92. RGB value is (181,176,146). Sum of RGB (Red+Green+Blue) = 181+176+146=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B092 is #4A4F6D. Grayscale: #AEAEAE. Windows color (decimal): -4869998 or 9613493. OLE color: 9613493.

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

Color convert

RGB181176146-
CMYK00.030.190.29
HSL51.43º19.13%64.12%-
HSV(B)51.43º19.34%70.98%-
XYZ39.7742.9533.39-
YUV174.08112.16132.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=35.98%
G=34.99%
B=29.03%

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
Decimal18117614600.030.190.2951.4319.1364.12
HexB5B09203131D331340
Octal2652602220323356323100
Binary1011010110110000100100100111001111101110011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B092; }

 p { color: rgb(181,176,146); }

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

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

 a { background-color: rgb(181,176,146); }

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

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

 span { border-color: rgb(181,176,146); }

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