Html Css Color HEX #B4B091 Eagle

📋 copy color: '#B4B091'

red 180 ◦ green 176 ◦ blue 145

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

Shades of Eagle #B4B091

Tints of Eagle #B4B091

RGB

 RED value IS 180 (70.7% from 255) = 35.93%

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

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

R = 35.93%
G = 35.13%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B4B091 (or 0xB4B091) is known color: Eagle. HEX triplet: B4, B0 and 91. RGB value is (180,176,145). Sum of RGB (Red+Green+Blue) = 180+176+145=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B091 is #4B4F6E. Grayscale: #ADADAD. Windows color (decimal): -4935535 or 9547956. OLE color: 9547956.

HSL color Cylindrical-coordinate representation of color #B4B091: hue angle of 53.14º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4B091 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 176 145 -
CMYK 0 0.02 0.19 0.29
HSL 53.14º 0.19% 0.64% -
HSV(B) 53.14º 0.19% 0.71% -
XYZ 39.46 42.8 32.97 -
YUV 173.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 180 176 145 0 0.02 0.19 0.29 53.14 0.19 0.64
Hex B4 B0 91 0 2 13 1D 35 13 40
Octal 264 260 221 0 2 23 35 65 23 100
Binary 10110100 10110000 10010001 0 10 10011 11101 110101 10011 1000000

Color Harmonies of #B4B091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B091

Black with #B4B091

Text Example


Text Example

White with #B4B091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B091; }

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

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

background-color css

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

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

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

border-color css

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

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

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