Html Css Color HEX #B0AB8E Eagle

📋 copy color: '#B0AB8E'

red 176 ◦ green 171 ◦ blue 142

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

Shades of Eagle #B0AB8E

Tints of Eagle #B0AB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 35.99%
G = 34.97%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0AB8E (or 0xB0AB8E) is known color: Eagle. HEX triplet: B0, AB and 8E. RGB value is (176,171,142). Sum of RGB (Red+Green+Blue) = 176+171+142=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB8E is #4F5471. Grayscale: #A9A9A9. Windows color (decimal): -5198962 or 9350064. OLE color: 9350064.

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

Color convert

RGB 176 171 142 -
CMYK 0 0.03 0.19 0.31
HSL 51.18º 0.18% 0.62% -
HSV(B) 51.18º 0.19% 0.69% -
XYZ 37.35 40.31 31.4 -
YUV 169.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 176 171 142 0 0.03 0.19 0.31 51.18 0.18 0.62
Hex B0 AB 8E 0 3 13 1F 33 12 3E
Octal 260 253 216 0 3 23 37 63 22 76
Binary 10110000 10101011 10001110 0 11 10011 11111 110011 10010 111110

Color Harmonies of #B0AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB8E

Black with #B0AB8E

Text Example


Text Example

White with #B0AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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