Html Css Color HEX #BEA394 Del Rio

📋 copy color: '#BEA394'

red 190 ◦ green 163 ◦ blue 148

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

Shades of Del Rio #BEA394

Tints of Del Rio #BEA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.53%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 37.92%
G = 32.53%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEA394 (or 0xBEA394) is known color: Del Rio. HEX triplet: BE, A3 and 94. RGB value is (190,163,148). Sum of RGB (Red+Green+Blue) = 190+163+148=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA394 is #415C6B. Grayscale: #A9A9A9. Windows color (decimal): -4283500 or 9741246. OLE color: 9741246.

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

Color convert

RGB 190 163 148 -
CMYK 0 0.14 0.22 0.25
HSL 21.43º 0.24% 0.66% -
HSV(B) 21.43º 0.22% 0.75% -
XYZ 39.68 39.28 33.51 -
YUV 169.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 190 163 148 0 0.14 0.22 0.25 21.43 0.24 0.66
Hex BE A3 94 0 E 16 19 15 18 42
Octal 276 243 224 0 16 26 31 25 30 102
Binary 10111110 10100011 10010100 0 1110 10110 11001 10101 11000 1000010

Color Harmonies of #BEA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA394

Black with #BEA394

Text Example


Text Example

White with #BEA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA394; }

 p { color: rgb(190,163,148); }

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

background-color css

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

 a { background-color: rgb(190,163,148); }

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

border-color css

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

 span { border-color: rgb(190,163,148); }

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