Html Css Color HEX #BEBBA1 Ash

📋 copy color: '#BEBBA1'

red 190 ◦ green 187 ◦ blue 161

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

Shades of Ash #BEBBA1

Tints of Ash #BEBBA1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.76%

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

R = 35.32%
G = 34.76%
B = 29.93%

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

#BEBBA1 (or 0xBEBBA1) is known color: Ash. HEX triplet: BE, BB and A1. RGB value is (190,187,161). Sum of RGB (Red+Green+Blue) = 190+187+161=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBA1 is #41445E. Grayscale: #B9B9B9. Windows color (decimal): -4277343 or 10599358. OLE color: 10599358.

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

Color convert

RGB 190 187 161 -
CMYK 0 0.02 0.15 0.25
HSL 53.79º 0.18% 0.69% -
HSV(B) 53.79º 0.15% 0.75% -
XYZ 45.44 49.06 40.79 -
YUV 184.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 190 187 161 0 0.02 0.15 0.25 53.79 0.18 0.69
Hex BE BB A1 0 2 F 19 36 12 45
Octal 276 273 241 0 2 17 31 66 22 105
Binary 10111110 10111011 10100001 0 10 1111 11001 110110 10010 1000101

Color Harmonies of #BEBBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBBA1

Black with #BEBBA1

Text Example


Text Example

White with #BEBBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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