Html Css Color HEX #B4B090 Eagle

📋 copy color: '#B4B090'

red 180 ◦ green 176 ◦ blue 144

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

Shades of Eagle #B4B090

Tints of Eagle #B4B090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 36%
G = 35.2%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B4B090 (or 0xB4B090) is known color: Eagle. HEX triplet: B4, B0 and 90. RGB value is (180,176,144). Sum of RGB (Red+Green+Blue) = 180+176+144=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B090 is #4B4F6F. Grayscale: #ADADAD. Windows color (decimal): -4935536 or 9482420. OLE color: 9482420.

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

Color convert

RGB 180 176 144 -
CMYK 0 0.02 0.2 0.29
HSL 53.33º 0.19% 0.64% -
HSV(B) 53.33º 0.2% 0.71% -
XYZ 39.38 42.77 32.56 -
YUV 173.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 180 176 144 0 0.02 0.2 0.29 53.33 0.19 0.64
Hex B4 B0 90 0 2 14 1D 35 13 40
Octal 264 260 220 0 2 24 35 65 23 100
Binary 10110100 10110000 10010000 0 10 10100 11101 110101 10011 1000000

Color Harmonies of #B4B090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B090

Black with #B4B090

Text Example


Text Example

White with #B4B090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B090; }

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

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

background-color css

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

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

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

border-color css

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

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

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