Html Css Color HEX #B2AE9C Eagle

📋 copy color: '#B2AE9C'

red 178 ◦ green 174 ◦ blue 156

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

Shades of Eagle #B2AE9C

Tints of Eagle #B2AE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.25%

 BLUE value IS 156 (61.33% from 255) = 30.71%

R = 35.04%
G = 34.25%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2AE9C (or 0xB2AE9C) is known color: Eagle. HEX triplet: B2, AE and 9C. RGB value is (178,174,156). Sum of RGB (Red+Green+Blue) = 178+174+156=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AE9C is #4D5163. Grayscale: #ADADAD. Windows color (decimal): -5067108 or 10268338. OLE color: 10268338.

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

Color convert

RGB 178 174 156 -
CMYK 0 0.02 0.12 0.30
HSL 49.09º 0.13% 0.65% -
HSV(B) 49.09º 0.12% 0.7% -
XYZ 39.5 42.14 37.5 -
YUV 173.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 178 174 156 0 0.02 0.12 0.30 49.09 0.13 0.65
Hex B2 AE 9C 0 2 C 1E 31 C 41
Octal 262 256 234 0 2 14 36 61 14 101
Binary 10110010 10101110 10011100 0 10 1100 11110 110001 1100 1000001

Color Harmonies of #B2AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AE9C

Black with #B2AE9C

Text Example


Text Example

White with #B2AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AE9C; }

 p { color: rgb(178,174,156); }

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

background-color css

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

 a { background-color: rgb(178,174,156); }

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

border-color css

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

 span { border-color: rgb(178,174,156); }

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