Html Css Color HEX #BEB9AA Grey Nickel

📋 copy color: '#BEB9AA'

red 190 ◦ green 185 ◦ blue 170

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

Shades of Grey Nickel #BEB9AA

Tints of Grey Nickel #BEB9AA

RGB

 RED value IS 190 (74.61% from 255) = 34.86%

 GREEN value IS 185 (72.66% from 255) = 33.94%

 BLUE value IS 170 (66.8% from 255) = 31.19%

R = 34.86%
G = 33.94%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEB9AA (or 0xBEB9AA) is known color: Grey Nickel. HEX triplet: BE, B9 and AA. RGB value is (190,185,170). Sum of RGB (Red+Green+Blue) = 190+185+170=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9AA is #414655. Grayscale: #B8B8B8. Windows color (decimal): -4277846 or 11188670. OLE color: 11188670.

HSL color Cylindrical-coordinate representation of color #BEB9AA: hue angle of 45º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEB9AA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 185 170 -
CMYK 0 0.03 0.11 0.25
HSL 45º 0.13% 0.71% -
HSV(B) 45º 0.11% 0.75% -
XYZ 45.84 48.55 44.98 -
YUV 184.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 190 185 170 0 0.03 0.11 0.25 45 0.13 0.71
Hex BE B9 AA 0 3 B 19 2D D 47
Octal 276 271 252 0 3 13 31 55 15 107
Binary 10111110 10111001 10101010 0 11 1011 11001 101101 1101 1000111

Color Harmonies of #BEB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9AA

Black with #BEB9AA

Text Example


Text Example

White with #BEB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9AA; }

 p { color: rgb(190,185,170); }

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

background-color css

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

 a { background-color: rgb(190,185,170); }

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

border-color css

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

 span { border-color: rgb(190,185,170); }

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