Html Css Color HEX #B7B195 Eagle

📋 copy color: '#B7B195'

red 183 ◦ green 177 ◦ blue 149

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

Shades of Eagle #B7B195

Tints of Eagle #B7B195

RGB

 RED value IS 183 (71.88% from 255) = 35.95%

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

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

R = 35.95%
G = 34.77%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B7B195 (or 0xB7B195) is known color: Eagle. HEX triplet: B7, B1 and 95. RGB value is (183,177,149). Sum of RGB (Red+Green+Blue) = 183+177+149=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B195 is #484E6A. Grayscale: #AFAFAF. Windows color (decimal): -4738667 or 9810359. OLE color: 9810359.

HSL color Cylindrical-coordinate representation of color #B7B195: hue angle of 49.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7B195 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 177 149 -
CMYK 0 0.03 0.19 0.28
HSL 49.41º 0.19% 0.65% -
HSV(B) 49.41º 0.19% 0.72% -
XYZ 40.68 43.68 34.72 -
YUV 175.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 183 177 149 0 0.03 0.19 0.28 49.41 0.19 0.65
Hex B7 B1 95 0 3 13 1C 31 13 41
Octal 267 261 225 0 3 23 34 61 23 101
Binary 10110111 10110001 10010101 0 11 10011 11100 110001 10011 1000001

Color Harmonies of #B7B195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B195

Black with #B7B195

Text Example


Text Example

White with #B7B195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B195; }

 p { color: rgb(183,177,149); }

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

background-color css

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

 a { background-color: rgb(183,177,149); }

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

border-color css

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

 span { border-color: rgb(183,177,149); }

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