#B1B098

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

Shades of Eagle #B1B098

Tints of Eagle #B1B098

Color information

#B1B098 (or 0xB1B098) is unknown color: approx Eagle. HEX triplet: B1, B0 and 98. RGB value is (177,176,152). Sum of RGB (Red+Green+Blue) = 177+176+152=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B098 is #4E4F67. Grayscale: #ADADAD. Windows color (decimal): -5132136 or 10006705. OLE color: 10006705.

HSL color Cylindrical-coordinate representation of color #B1B098: hue angle of 57.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1B098 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB177176152-
CMYK00.010.140.31
HSL57.6º13.81%64.51%-
HSV(B)57.6º14.12%69.41%-
XYZ39.3242.6635.87-
YUV173.56115.83130.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=35.05%
G=34.85%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717615200.010.140.3157.613.8164.51
HexB1B09801E1F3ae41
Octal2612602300116377216101
Binary1011000110110000100110000111101111111101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B098; }

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

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

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

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

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

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

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

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