Html Css Color HEX #BEBAA1 Ash

📋 copy color: '#BEBAA1'

red 190 ◦ green 186 ◦ blue 161

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

Shades of Ash #BEBAA1

Tints of Ash #BEBAA1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.64%

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

R = 35.38%
G = 34.64%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEBAA1 (or 0xBEBAA1) is known color: Ash. HEX triplet: BE, BA and A1. RGB value is (190,186,161). Sum of RGB (Red+Green+Blue) = 190+186+161=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA1 is #41455E. Grayscale: #B8B8B8. Windows color (decimal): -4277599 or 10599102. OLE color: 10599102.

HSL color Cylindrical-coordinate representation of color #BEBAA1: hue angle of 51.72º 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 #BEBAA1 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 161 -
CMYK 0 0.02 0.15 0.25
HSL 51.72º 0.18% 0.69% -
HSV(B) 51.72º 0.15% 0.75% -
XYZ 45.23 48.64 40.72 -
YUV 184.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 190 186 161 0 0.02 0.15 0.25 51.72 0.18 0.69
Hex BE BA A1 0 2 F 19 34 12 45
Octal 276 272 241 0 2 17 31 64 22 105
Binary 10111110 10111010 10100001 0 10 1111 11001 110100 10010 1000101

Color Harmonies of #BEBAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAA1

Black with #BEBAA1

Text Example


Text Example

White with #BEBAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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