Html Css Color HEX #BEB9A1 Ash

📋 copy color: '#BEB9A1'

red 190 ◦ green 185 ◦ blue 161

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

Shades of Ash #BEB9A1

Tints of Ash #BEB9A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.04%

R = 35.45%
G = 34.51%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEB9A1 (or 0xBEB9A1) is known color: Ash. HEX triplet: BE, B9 and A1. RGB value is (190,185,161). Sum of RGB (Red+Green+Blue) = 190+185+161=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9A1 is #41465E. Grayscale: #B7B7B7. Windows color (decimal): -4277855 or 10598846. OLE color: 10598846.

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

Color convert

RGB 190 185 161 -
CMYK 0 0.03 0.15 0.25
HSL 49.66º 0.18% 0.69% -
HSV(B) 49.66º 0.15% 0.75% -
XYZ 45.02 48.22 40.65 -
YUV 183.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 190 185 161 0 0.03 0.15 0.25 49.66 0.18 0.69
Hex BE B9 A1 0 3 F 19 32 12 45
Octal 276 271 241 0 3 17 31 62 22 105
Binary 10111110 10111001 10100001 0 11 1111 11001 110010 10010 1000101

Color Harmonies of #BEB9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9A1

Black with #BEB9A1

Text Example


Text Example

White with #BEB9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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