Html Css Color HEX #B4B395 Eagle

📋 copy color: '#B4B395'

red 180 ◦ green 179 ◦ blue 149

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

Shades of Eagle #B4B395

Tints of Eagle #B4B395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.33%

R = 35.43%
G = 35.24%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B4B395 (or 0xB4B395) is known color: Eagle. HEX triplet: B4, B3 and 95. RGB value is (180,179,149). Sum of RGB (Red+Green+Blue) = 180+179+149=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B395 is #4B4C6A. Grayscale: #B0B0B0. Windows color (decimal): -4934763 or 9810868. OLE color: 9810868.

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

Color convert

RGB 180 179 149 -
CMYK 0 0.01 0.17 0.29
HSL 58.06º 0.17% 0.65% -
HSV(B) 58.06º 0.17% 0.71% -
XYZ 40.37 44.11 34.82 -
YUV 175.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 180 179 149 0 0.01 0.17 0.29 58.06 0.17 0.65
Hex B4 B3 95 0 1 11 1D 3A 11 41
Octal 264 263 225 0 1 21 35 72 21 101
Binary 10110100 10110011 10010101 0 1 10001 11101 111010 10001 1000001

Color Harmonies of #B4B395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B395

Black with #B4B395

Text Example


Text Example

White with #B4B395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B395; }

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

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

background-color css

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

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

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

border-color css

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

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

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