Html Css Color HEX #BEB8A2 Ash

📋 copy color: '#BEB8A2'

red 190 ◦ green 184 ◦ blue 162

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

Shades of Ash #BEB8A2

Tints of Ash #BEB8A2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.33%

 BLUE value IS 162 (63.67% from 255) = 30.22%

R = 35.45%
G = 34.33%
B = 30.22%

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

#BEB8A2 (or 0xBEB8A2) is known color: Ash. HEX triplet: BE, B8 and A2. RGB value is (190,184,162). Sum of RGB (Red+Green+Blue) = 190+184+162=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8A2 is #41475D. Grayscale: #B7B7B7. Windows color (decimal): -4278110 or 10664126. OLE color: 10664126.

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

Color convert

RGB 190 184 162 -
CMYK 0 0.03 0.15 0.25
HSL 47.14º 0.18% 0.69% -
HSV(B) 47.14º 0.15% 0.75% -
XYZ 44.9 47.84 41.05 -
YUV 183.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 190 184 162 0 0.03 0.15 0.25 47.14 0.18 0.69
Hex BE B8 A2 0 3 F 19 2F 12 45
Octal 276 270 242 0 3 17 31 57 22 105
Binary 10111110 10111000 10100010 0 11 1111 11001 101111 10010 1000101

Color Harmonies of #BEB8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB8A2

Black with #BEB8A2

Text Example


Text Example

White with #BEB8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB8A2; }

 p { color: rgb(190,184,162); }

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

background-color css

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

 a { background-color: rgb(190,184,162); }

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

border-color css

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

 span { border-color: rgb(190,184,162); }

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