Html Css Color HEX #B2B091 Eagle

📋 copy color: '#B2B091'

red 178 ◦ green 176 ◦ blue 145

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

Shades of Eagle #B2B091

Tints of Eagle #B2B091

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.27%

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 35.67%
G = 35.27%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B2B091 (or 0xB2B091) is known color: Eagle. HEX triplet: B2, B0 and 91. RGB value is (178,176,145). Sum of RGB (Red+Green+Blue) = 178+176+145=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B091 is #4D4F6E. Grayscale: #ADADAD. Windows color (decimal): -5066607 or 9547954. OLE color: 9547954.

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

Color convert

RGB 178 176 145 -
CMYK 0 0.01 0.19 0.30
HSL 56.36º 0.18% 0.63% -
HSV(B) 56.36º 0.19% 0.7% -
XYZ 39 42.56 32.95 -
YUV 173.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 178 176 145 0 0.01 0.19 0.30 56.36 0.18 0.63
Hex B2 B0 91 0 1 13 1E 38 12 3F
Octal 262 260 221 0 1 23 36 70 22 77
Binary 10110010 10110000 10010001 0 1 10011 11110 111000 10010 111111

Color Harmonies of #B2B091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B091

Black with #B2B091

Text Example


Text Example

White with #B2B091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B091; }

 p { color: rgb(178,176,145); }

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

background-color css

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

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

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

border-color css

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

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

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