#B4B198

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

Shades of Eagle #B4B198

Tints of Eagle #B4B198

Color information

#B4B198 (or 0xB4B198) is unknown color: approx Eagle. HEX triplet: B4, B1 and 98. RGB value is (180,177,152). Sum of RGB (Red+Green+Blue) = 180+177+152=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B198 is #4B4E67. Grayscale: #AFAFAF. Windows color (decimal): -4935272 or 10006964. OLE color: 10006964.

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

Color convert

RGB180177152-
CMYK00.020.160.29
HSL53.57º15.73%65.1%-
HSV(B)53.57º15.56%70.59%-
XYZ40.2143.4135.97-
YUV175.05114.99131.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=35.36%
G=34.77%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017715200.020.160.2953.5715.7365.1
HexB4B19802101D361041
Octal2642612300220356620101
Binary1011010010110001100110000101000011101110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B198; }

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

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

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

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

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

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

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

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