Html Css Color HEX #B0AD8A Eagle

📋 copy color: '#B0AD8A'

red 176 ◦ green 173 ◦ blue 138

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

Shades of Eagle #B0AD8A

Tints of Eagle #B0AD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.34%

R = 36.14%
G = 35.52%
B = 28.34%

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

#B0AD8A (or 0xB0AD8A) is known color: Eagle. HEX triplet: B0, AD and 8A. RGB value is (176,173,138). Sum of RGB (Red+Green+Blue) = 176+173+138=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD8A is #4F5275. Grayscale: #AAAAAA. Windows color (decimal): -5198454 or 9088432. OLE color: 9088432.

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

Color convert

RGB 176 173 138 -
CMYK 0 0.02 0.22 0.31
HSL 55.26º 0.19% 0.62% -
HSV(B) 55.26º 0.22% 0.69% -
XYZ 37.44 40.95 29.98 -
YUV 169.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 176 173 138 0 0.02 0.22 0.31 55.26 0.19 0.62
Hex B0 AD 8A 0 2 16 1F 37 13 3E
Octal 260 255 212 0 2 26 37 67 23 76
Binary 10110000 10101101 10001010 0 10 10110 11111 110111 10011 111110

Color Harmonies of #B0AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD8A

Black with #B0AD8A

Text Example


Text Example

White with #B0AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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