Html Css Color HEX #B5B09A Eagle

📋 copy color: '#B5B09A'

red 181 ◦ green 176 ◦ blue 154

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

Shades of Eagle #B5B09A

Tints of Eagle #B5B09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.14%

R = 35.42%
G = 34.44%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5B09A (or 0xB5B09A) is known color: Eagle. HEX triplet: B5, B0 and 9A. RGB value is (181,176,154). Sum of RGB (Red+Green+Blue) = 181+176+154=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B09A is #4A4F65. Grayscale: #AFAFAF. Windows color (decimal): -4869990 or 10137781. OLE color: 10137781.

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

Color convert

RGB 181 176 154 -
CMYK 0 0.03 0.15 0.29
HSL 48.89º 0.15% 0.66% -
HSV(B) 48.89º 0.15% 0.71% -
XYZ 40.41 43.21 36.78 -
YUV 174.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 181 176 154 0 0.03 0.15 0.29 48.89 0.15 0.66
Hex B5 B0 9A 0 3 F 1D 31 F 42
Octal 265 260 232 0 3 17 35 61 17 102
Binary 10110101 10110000 10011010 0 11 1111 11101 110001 1111 1000010

Color Harmonies of #B5B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B09A

Black with #B5B09A

Text Example


Text Example

White with #B5B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B09A; }

 p { color: rgb(181,176,154); }

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

background-color css

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

 a { background-color: rgb(181,176,154); }

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

border-color css

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

 span { border-color: rgb(181,176,154); }

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