Html Css Color HEX #B4B394 Eagle

📋 copy color: '#B4B394'

red 180 ◦ green 179 ◦ blue 148

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

Shades of Eagle #B4B394

Tints of Eagle #B4B394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.31%

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

R = 35.5%
G = 35.31%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B4B394 (or 0xB4B394) is known color: Eagle. HEX triplet: B4, B3 and 94. RGB value is (180,179,148). Sum of RGB (Red+Green+Blue) = 180+179+148=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B394 is #4B4C6B. Grayscale: #AFAFAF. Windows color (decimal): -4934764 or 9745332. OLE color: 9745332.

HSL color Cylindrical-coordinate representation of color #B4B394: hue angle of 58.12º 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 #B4B394 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 179 148 -
CMYK 0 0.01 0.18 0.29
HSL 58.13º 0.18% 0.64% -
HSV(B) 58.13º 0.18% 0.71% -
XYZ 40.29 44.08 34.4 -
YUV 175.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 180 179 148 0 0.01 0.18 0.29 58.13 0.18 0.64
Hex B4 B3 94 0 1 12 1D 3A 12 40
Octal 264 263 224 0 1 22 35 72 22 100
Binary 10110100 10110011 10010100 0 1 10010 11101 111010 10010 1000000

Color Harmonies of #B4B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B394

Black with #B4B394

Text Example


Text Example

White with #B4B394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B394; }

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

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

background-color css

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

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

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

border-color css

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

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

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