Html Css Color HEX #B0AD9D Eagle

📋 copy color: '#B0AD9D'

red 176 ◦ green 173 ◦ blue 157

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

Shades of Eagle #B0AD9D

Tints of Eagle #B0AD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 34.78%
G = 34.19%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0AD9D (or 0xB0AD9D) is known color: Eagle. HEX triplet: B0, AD and 9D. RGB value is (176,173,157). Sum of RGB (Red+Green+Blue) = 176+173+157=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD9D is #4F5262. Grayscale: #ACACAC. Windows color (decimal): -5198435 or 10333616. OLE color: 10333616.

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

Color convert

RGB 176 173 157 -
CMYK 0 0.02 0.11 0.31
HSL 50.53º 0.11% 0.65% -
HSV(B) 50.53º 0.11% 0.69% -
XYZ 38.93 41.55 37.87 -
YUV 172.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 176 173 157 0 0.02 0.11 0.31 50.53 0.11 0.65
Hex B0 AD 9D 0 2 B 1F 33 B 41
Octal 260 255 235 0 2 13 37 63 13 101
Binary 10110000 10101101 10011101 0 10 1011 11111 110011 1011 1000001

Color Harmonies of #B0AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD9D

Black with #B0AD9D

Text Example


Text Example

White with #B0AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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