Html Css Color HEX #BEBBA4 Ash

📋 copy color: '#BEBBA4'

red 190 ◦ green 187 ◦ blue 164

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

Shades of Ash #BEBBA4

Tints of Ash #BEBBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.31%

R = 35.12%
G = 34.57%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BEBBA4 (or 0xBEBBA4) is known color: Ash. HEX triplet: BE, BB and A4. RGB value is (190,187,164). Sum of RGB (Red+Green+Blue) = 190+187+164=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBA4 is #41445B. Grayscale: #B9B9B9. Windows color (decimal): -4277340 or 10795966. OLE color: 10795966.

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

Color convert

RGB 190 187 164 -
CMYK 0 0.02 0.14 0.25
HSL 53.08º 0.17% 0.69% -
HSV(B) 53.08º 0.14% 0.75% -
XYZ 45.71 49.17 42.2 -
YUV 185.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 190 187 164 0 0.02 0.14 0.25 53.08 0.17 0.69
Hex BE BB A4 0 2 E 19 35 11 45
Octal 276 273 244 0 2 16 31 65 21 105
Binary 10111110 10111011 10100100 0 10 1110 11001 110101 10001 1000101

Color Harmonies of #BEBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBBA4

Black with #BEBBA4

Text Example


Text Example

White with #BEBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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