Html Css Color HEX #B2AD9A Eagle

📋 copy color: '#B2AD9A'

red 178 ◦ green 173 ◦ blue 154

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

Shades of Eagle #B2AD9A

Tints of Eagle #B2AD9A

RGB

 RED value IS 178 (69.92% from 255) = 35.25%

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

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 35.25%
G = 34.26%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2AD9A (or 0xB2AD9A) is known color: Eagle. HEX triplet: B2, AD and 9A. RGB value is (178,173,154). Sum of RGB (Red+Green+Blue) = 178+173+154=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AD9A is #4D5265. Grayscale: #ACACAC. Windows color (decimal): -5067366 or 10137010. OLE color: 10137010.

HSL color Cylindrical-coordinate representation of color #B2AD9A: hue angle of 47.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2AD9A is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 173 154 -
CMYK 0 0.03 0.13 0.30
HSL 47.5º 0.13% 0.65% -
HSV(B) 47.5º 0.13% 0.7% -
XYZ 39.14 41.69 36.56 -
YUV 172.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 178 173 154 0 0.03 0.13 0.30 47.5 0.13 0.65
Hex B2 AD 9A 0 3 D 1E 30 D 41
Octal 262 255 232 0 3 15 36 60 15 101
Binary 10110010 10101101 10011010 0 11 1101 11110 110000 1101 1000001

Color Harmonies of #B2AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD9A

Black with #B2AD9A

Text Example


Text Example

White with #B2AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD9A; }

 p { color: rgb(178,173,154); }

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

background-color css

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

 a { background-color: rgb(178,173,154); }

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

border-color css

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

 span { border-color: rgb(178,173,154); }

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