Html Css Color HEX #B0AD89 Eagle

📋 copy color: '#B0AD89'

red 176 ◦ green 173 ◦ blue 137

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

Shades of Eagle #B0AD89

Tints of Eagle #B0AD89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.19%

R = 36.21%
G = 35.6%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0AD89 (or 0xB0AD89) is known color: Eagle. HEX triplet: B0, AD and 89. RGB value is (176,173,137). Sum of RGB (Red+Green+Blue) = 176+173+137=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD89 is #4F5276. Grayscale: #A9A9A9. Windows color (decimal): -5198455 or 9022896. OLE color: 9022896.

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

Color convert

RGB 176 173 137 -
CMYK 0 0.02 0.22 0.31
HSL 55.38º 0.2% 0.61% -
HSV(B) 55.38º 0.22% 0.69% -
XYZ 37.36 40.92 29.6 -
YUV 169.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 176 173 137 0 0.02 0.22 0.31 55.38 0.2 0.61
Hex B0 AD 89 0 2 16 1F 37 14 3D
Octal 260 255 211 0 2 26 37 67 24 75
Binary 10110000 10101101 10001001 0 10 10110 11111 110111 10100 111101

Color Harmonies of #B0AD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD89

Black with #B0AD89

Text Example


Text Example

White with #B0AD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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