Html Css Color HEX #B0AD9E Eagle

📋 copy color: '#B0AD9E'

red 176 ◦ green 173 ◦ blue 158

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

Shades of Eagle #B0AD9E

Tints of Eagle #B0AD9E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

 BLUE value IS 158 (62.11% from 255) = 31.16%

R = 34.71%
G = 34.12%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0AD9E (or 0xB0AD9E) is known color: Eagle. HEX triplet: B0, AD and 9E. RGB value is (176,173,158). Sum of RGB (Red+Green+Blue) = 176+173+158=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD9E is #4F5261. Grayscale: #ACACAC. Windows color (decimal): -5198434 or 10399152. OLE color: 10399152.

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

Color convert

RGB 176 173 158 -
CMYK 0 0.02 0.10 0.31
HSL 50º 0.1% 0.65% -
HSV(B) 50º 0.1% 0.69% -
XYZ 39.02 41.59 38.32 -
YUV 172.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 176 173 158 0 0.02 0.10 0.31 50 0.1 0.65
Hex B0 AD 9E 0 2 A 1F 32 A 41
Octal 260 255 236 0 2 12 37 62 12 101
Binary 10110000 10101101 10011110 0 10 1010 11111 110010 1010 1000001

Color Harmonies of #B0AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD9E

Black with #B0AD9E

Text Example


Text Example

White with #B0AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD9E; }

 p { color: rgb(176,173,158); }

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

background-color css

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

 a { background-color: rgb(176,173,158); }

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

border-color css

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

 span { border-color: rgb(176,173,158); }

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