Html Css Color HEX #B0AB90 Eagle

📋 copy color: '#B0AB90'

red 176 ◦ green 171 ◦ blue 144

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

Shades of Eagle #B0AB90

Tints of Eagle #B0AB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 35.85%
G = 34.83%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B0AB90 (or 0xB0AB90) is known color: Eagle. HEX triplet: B0, AB and 90. RGB value is (176,171,144). Sum of RGB (Red+Green+Blue) = 176+171+144=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB90 is #4F546F. Grayscale: #A9A9A9. Windows color (decimal): -5198960 or 9481136. OLE color: 9481136.

HSL color Cylindrical-coordinate representation of color #B0AB90: hue angle of 50.62º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0AB90 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 144 -
CMYK 0 0.03 0.18 0.31
HSL 50.63º 0.17% 0.63% -
HSV(B) 50.63º 0.18% 0.69% -
XYZ 37.5 40.37 32.2 -
YUV 169.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 176 171 144 0 0.03 0.18 0.31 50.63 0.17 0.63
Hex B0 AB 90 0 3 12 1F 33 11 3F
Octal 260 253 220 0 3 22 37 63 21 77
Binary 10110000 10101011 10010000 0 11 10010 11111 110011 10001 111111

Color Harmonies of #B0AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB90

Black with #B0AB90

Text Example


Text Example

White with #B0AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB90; }

 p { color: rgb(176,171,144); }

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

background-color css

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

 a { background-color: rgb(176,171,144); }

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

border-color css

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

 span { border-color: rgb(176,171,144); }

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