Html Css Color HEX #B4B09A Eagle

📋 copy color: '#B4B09A'

red 180 ◦ green 176 ◦ blue 154

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

Shades of Eagle #B4B09A

Tints of Eagle #B4B09A

RGB

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

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

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

R = 35.29%
G = 34.51%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4B09A (or 0xB4B09A) is known color: Eagle. HEX triplet: B4, B0 and 9A. RGB value is (180,176,154). Sum of RGB (Red+Green+Blue) = 180+176+154=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B09A is #4B4F65. Grayscale: #AEAEAE. Windows color (decimal): -4935526 or 10137780. OLE color: 10137780.

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

Color convert

RGB 180 176 154 -
CMYK 0 0.02 0.14 0.29
HSL 50.77º 0.15% 0.65% -
HSV(B) 50.77º 0.14% 0.71% -
XYZ 40.18 43.09 36.77 -
YUV 174.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 180 176 154 0 0.02 0.14 0.29 50.77 0.15 0.65
Hex B4 B0 9A 0 2 E 1D 33 F 41
Octal 264 260 232 0 2 16 35 63 17 101
Binary 10110100 10110000 10011010 0 10 1110 11101 110011 1111 1000001

Color Harmonies of #B4B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B09A

Black with #B4B09A

Text Example


Text Example

White with #B4B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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