Html Css Color HEX #B2AD8A Eagle

📋 copy color: '#B2AD8A'

red 178 ◦ green 173 ◦ blue 138

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

Shades of Eagle #B2AD8A

Tints of Eagle #B2AD8A

RGB

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

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

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

R = 36.4%
G = 35.38%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2AD8A (or 0xB2AD8A) is known color: Eagle. HEX triplet: B2, AD and 8A. RGB value is (178,173,138). Sum of RGB (Red+Green+Blue) = 178+173+138=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AD8A is #4D5275. Grayscale: #AAAAAA. Windows color (decimal): -5067382 or 9088434. OLE color: 9088434.

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

Color convert

RGB 178 173 138 -
CMYK 0 0.03 0.22 0.30
HSL 52.5º 0.21% 0.62% -
HSV(B) 52.5º 0.22% 0.7% -
XYZ 37.89 41.19 30 -
YUV 170.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 178 173 138 0 0.03 0.22 0.30 52.5 0.21 0.62
Hex B2 AD 8A 0 3 16 1E 34 15 3E
Octal 262 255 212 0 3 26 36 64 25 76
Binary 10110010 10101101 10001010 0 11 10110 11110 110100 10101 111110

Color Harmonies of #B2AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD8A

Black with #B2AD8A

Text Example


Text Example

White with #B2AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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