#B4B192

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

Shades of Eagle #B4B192

Tints of Eagle #B4B192

Color information

#B4B192 (or 0xB4B192) is unknown color: approx Eagle. HEX triplet: B4, B1 and 92. RGB value is (180,177,146). Sum of RGB (Red+Green+Blue) = 180+177+146=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B192 is #4B4E6D. Grayscale: #AEAEAE. Windows color (decimal): -4935278 or 9613748. OLE color: 9613748.

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

Color convert

RGB180177146-
CMYK00.020.190.29
HSL54.71º18.48%63.92%-
HSV(B)54.71º18.89%70.59%-
XYZ39.7343.2233.44-
YUV174.36111.99132.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=35.79%
G=35.19%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017714600.020.190.2954.7118.4863.92
HexB4B19202131D371240
Octal2642612220223356722100
Binary1011010010110001100100100101001111101110111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B192; }

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

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

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

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

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

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

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

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