Html Css Color HEX #B4B094 Eagle

📋 copy color: '#B4B094'

red 180 ◦ green 176 ◦ blue 148

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

Shades of Eagle #B4B094

Tints of Eagle #B4B094

RGB

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

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

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

R = 35.71%
G = 34.92%
B = 29.37%

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

#B4B094 (or 0xB4B094) is known color: Eagle. HEX triplet: B4, B0 and 94. RGB value is (180,176,148). Sum of RGB (Red+Green+Blue) = 180+176+148=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B094 is #4B4F6B. Grayscale: #AEAEAE. Windows color (decimal): -4935532 or 9744564. OLE color: 9744564.

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

Color convert

RGB 180 176 148 -
CMYK 0 0.02 0.18 0.29
HSL 52.5º 0.18% 0.64% -
HSV(B) 52.5º 0.18% 0.71% -
XYZ 39.69 42.89 34.2 -
YUV 174 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 180 176 148 0 0.02 0.18 0.29 52.5 0.18 0.64
Hex B4 B0 94 0 2 12 1D 34 12 40
Octal 264 260 224 0 2 22 35 64 22 100
Binary 10110100 10110000 10010100 0 10 10010 11101 110100 10010 1000000

Color Harmonies of #B4B094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B094

Black with #B4B094

Text Example


Text Example

White with #B4B094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B094; }

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

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

background-color css

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

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

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

border-color css

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

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

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