Html Css Color HEX #B5B397 Eagle

📋 copy color: '#B5B397'

red 181 ◦ green 179 ◦ blue 151

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

Shades of Eagle #B5B397

Tints of Eagle #B5B397

RGB

 RED value IS 181 (71.09% from 255) = 35.42%

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

 BLUE value IS 151 (59.38% from 255) = 29.55%

R = 35.42%
G = 35.03%
B = 29.55%

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

#B5B397 (or 0xB5B397) is known color: Eagle. HEX triplet: B5, B3 and 97. RGB value is (181,179,151). Sum of RGB (Red+Green+Blue) = 181+179+151=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B397 is #4A4C68. Grayscale: #B0B0B0. Windows color (decimal): -4869225 or 9941941. OLE color: 9941941.

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

Color convert

RGB 181 179 151 -
CMYK 0 0.01 0.17 0.29
HSL 56º 0.17% 0.65% -
HSV(B) 56º 0.17% 0.71% -
XYZ 40.76 44.3 35.68 -
YUV 176.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 181 179 151 0 0.01 0.17 0.29 56 0.17 0.65
Hex B5 B3 97 0 1 11 1D 38 11 41
Octal 265 263 227 0 1 21 35 70 21 101
Binary 10110101 10110011 10010111 0 1 10001 11101 111000 10001 1000001

Color Harmonies of #B5B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B397

Black with #B5B397

Text Example


Text Example

White with #B5B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B397; }

 p { color: rgb(181,179,151); }

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

background-color css

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

 a { background-color: rgb(181,179,151); }

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

border-color css

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

 span { border-color: rgb(181,179,151); }

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