Html Css Color HEX #B0AD9F Eagle

📋 copy color: '#B0AD9F'

red 176 ◦ green 173 ◦ blue 159

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

Shades of Eagle #B0AD9F

Tints of Eagle #B0AD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 34.65%
G = 34.06%
B = 31.3%

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

#B0AD9F (or 0xB0AD9F) is known color: Eagle. HEX triplet: B0, AD and 9F. RGB value is (176,173,159). Sum of RGB (Red+Green+Blue) = 176+173+159=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD9F is #4F5260. Grayscale: #ACACAC. Windows color (decimal): -5198433 or 10464688. OLE color: 10464688.

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

Color convert

RGB 176 173 159 -
CMYK 0 0.02 0.10 0.31
HSL 49.41º 0.1% 0.66% -
HSV(B) 49.41º 0.1% 0.69% -
XYZ 39.11 41.62 38.77 -
YUV 172.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 176 173 159 0 0.02 0.10 0.31 49.41 0.1 0.66
Hex B0 AD 9F 0 2 A 1F 31 A 42
Octal 260 255 237 0 2 12 37 61 12 102
Binary 10110000 10101101 10011111 0 10 1010 11111 110001 1010 1000010

Color Harmonies of #B0AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD9F

Black with #B0AD9F

Text Example


Text Example

White with #B0AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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