#B4B194

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

Shades of Eagle #B4B194

Tints of Eagle #B4B194

Color information

#B4B194 (or 0xB4B194) is unknown color: approx Eagle. HEX triplet: B4, B1 and 94. RGB value is (180,177,148). Sum of RGB (Red+Green+Blue) = 180+177+148=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B194 is #4B4E6B. Grayscale: #AEAEAE. Windows color (decimal): -4935276 or 9744820. OLE color: 9744820.

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

Color convert

RGB180177148-
CMYK00.020.180.29
HSL54.38º17.58%64.31%-
HSV(B)54.38º17.78%70.59%-
XYZ39.8943.2934.27-
YUV174.59112.99131.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=35.64%
G=35.05%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017714800.020.180.2954.3817.5864.31
HexB4B19402121D361240
Octal2642612240222356622100
Binary1011010010110001100101000101001011101110110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B194; }

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

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

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

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

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

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

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

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