Html Css Color HEX #B2AD99 Eagle

📋 copy color: '#B2AD99'

red 178 ◦ green 173 ◦ blue 153

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

Shades of Eagle #B2AD99

Tints of Eagle #B2AD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.36%

R = 35.32%
G = 34.33%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B2AD99 (or 0xB2AD99) is known color: Eagle. HEX triplet: B2, AD and 99. RGB value is (178,173,153). Sum of RGB (Red+Green+Blue) = 178+173+153=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AD99 is #4D5266. Grayscale: #ACACAC. Windows color (decimal): -5067367 or 10071474. OLE color: 10071474.

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

Color convert

RGB 178 173 153 -
CMYK 0 0.03 0.14 0.30
HSL 48º 0.14% 0.65% -
HSV(B) 48º 0.14% 0.7% -
XYZ 39.05 41.65 36.12 -
YUV 172.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 178 173 153 0 0.03 0.14 0.30 48 0.14 0.65
Hex B2 AD 99 0 3 E 1E 30 E 41
Octal 262 255 231 0 3 16 36 60 16 101
Binary 10110010 10101101 10011001 0 11 1110 11110 110000 1110 1000001

Color Harmonies of #B2AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD99

Black with #B2AD99

Text Example


Text Example

White with #B2AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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