Html Css Color HEX #B2B295 Eagle

📋 copy color: '#B2B295'

red 178 ◦ green 178 ◦ blue 149

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

Shades of Eagle #B2B295

Tints of Eagle #B2B295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 35.25%
G = 35.25%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B2B295 (or 0xB2B295) is known color: Eagle. HEX triplet: B2, B2 and 95. RGB value is (178,178,149). Sum of RGB (Red+Green+Blue) = 178+178+149=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B295 is #4D4D6A. Grayscale: #AEAEAE. Windows color (decimal): -5066091 or 9810610. OLE color: 9810610.

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

Color convert

RGB 178 178 149 -
CMYK 0 0 0.16 0.30
HSL 60º 0.16% 0.64% -
HSV(B) 60º 0.16% 0.7% -
XYZ 39.71 43.48 34.73 -
YUV 174.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 178 178 149 0 0 0.16 0.30 60 0.16 0.64
Hex B2 B2 95 0 0 10 1E 3C 10 40
Octal 262 262 225 0 0 20 36 74 20 100
Binary 10110010 10110010 10010101 0 0 10000 11110 111100 10000 1000000

Color Harmonies of #B2B295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B295

Black with #B2B295

Text Example


Text Example

White with #B2B295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B295; }

 p { color: rgb(178,178,149); }

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

background-color css

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

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

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

border-color css

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

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

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