Html Css Color HEX #BEBAA8 Ash

📋 copy color: '#BEBAA8'

red 190 ◦ green 186 ◦ blue 168

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

Shades of Ash #BEBAA8

Tints of Ash #BEBAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.88%

R = 34.93%
G = 34.19%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEBAA8 (or 0xBEBAA8) is known color: Ash. HEX triplet: BE, BA and A8. RGB value is (190,186,168). Sum of RGB (Red+Green+Blue) = 190+186+168=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA8 is #414557. Grayscale: #B9B9B9. Windows color (decimal): -4277592 or 11057854. OLE color: 11057854.

HSL color Cylindrical-coordinate representation of color #BEBAA8: hue angle of 49.09º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEBAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 168 -
CMYK 0 0.02 0.12 0.25
HSL 49.09º 0.14% 0.7% -
HSV(B) 49.09º 0.12% 0.75% -
XYZ 45.86 48.89 44.07 -
YUV 185.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 190 186 168 0 0.02 0.12 0.25 49.09 0.14 0.7
Hex BE BA A8 0 2 C 19 31 E 46
Octal 276 272 250 0 2 14 31 61 16 106
Binary 10111110 10111010 10101000 0 10 1100 11001 110001 1110 1000110

Color Harmonies of #BEBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAA8

Black with #BEBAA8

Text Example


Text Example

White with #BEBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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