Html Css Color HEX #B4B194 Eagle

📋 copy color: '#B4B194'

red 180 ◦ green 177 ◦ blue 148

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

Shades of Eagle #B4B194

Tints of Eagle #B4B194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.05%

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 35.64%
G = 35.05%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B4B194 (or 0xB4B194) is known color: Eagle. HEX triplet: B4, B1 and 94. RGB value is (180,177,148). Sum of RGB (Red+Green+Blue) = 180+177+148=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B194 is #4B4E6B. Grayscale: #AEAEAE. Windows color (decimal): -4935276 or 9744820. OLE color: 9744820.

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

Color convert

RGB 180 177 148 -
CMYK 0 0.02 0.18 0.29
HSL 54.38º 0.18% 0.64% -
HSV(B) 54.38º 0.18% 0.71% -
XYZ 39.89 43.29 34.27 -
YUV 174.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 180 177 148 0 0.02 0.18 0.29 54.38 0.18 0.64
Hex B4 B1 94 0 2 12 1D 36 12 40
Octal 264 261 224 0 2 22 35 66 22 100
Binary 10110100 10110001 10010100 0 10 10010 11101 110110 10010 1000000

Color Harmonies of #B4B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B194

Black with #B4B194

Text Example


Text Example

White with #B4B194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B194; }

 p { color: rgb(180,177,148); }

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

background-color css

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

 a { background-color: rgb(180,177,148); }

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

border-color css

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

 span { border-color: rgb(180,177,148); }

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