Html Css Color HEX #B0B198 Eagle

📋 copy color: '#B0B198'

red 176 ◦ green 177 ◦ blue 152

#B0B198
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eagle #B0B198

Tints of Eagle #B0B198

RGB

 RED value IS 176 (69.14% from 255) = 34.85%

 GREEN value IS 177 (69.53% from 255) = 35.05%

 BLUE value IS 152 (59.77% from 255) = 30.1%

R = 34.85%
G = 35.05%
B = 30.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B0B198: hue angle of 62.4º 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 #B0B198 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 152 -
CMYK 0.01 0 0.14 0.31
HSL 62.4º 0.14% 0.65% -
HSV(B) 62.4º 0.14% 0.69% -
XYZ 39.29 42.94 35.92 -
YUV 173.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 176 177 152 0.01 0 0.14 0.31 62.4 0.14 0.65
Hex B0 B1 98 1 0 E 1F 3E E 41
Octal 260 261 230 1 0 16 37 76 16 101
Binary 10110000 10110001 10011000 1 0 1110 11111 111110 1110 1000001

Color Harmonies of #B0B198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B198

Black with #B0B198

Text Example


Text Example

White with #B0B198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B198; }

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

 H1.HeaderClassName
 {
   color: #B0B198;
 }
 .AnyTagClassName
 {
   color: #B0B198;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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