Html Css Color HEX #BEA395 Del Rio

📋 copy color: '#BEA395'

red 190 ◦ green 163 ◦ blue 149

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

Shades of Del Rio #BEA395

Tints of Del Rio #BEA395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 37.85%
G = 32.47%
B = 29.68%

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

#BEA395 (or 0xBEA395) is known color: Del Rio. HEX triplet: BE, A3 and 95. RGB value is (190,163,149). Sum of RGB (Red+Green+Blue) = 190+163+149=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA395 is #415C6A. Grayscale: #A9A9A9. Windows color (decimal): -4283499 or 9806782. OLE color: 9806782.

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

Color convert

RGB 190 163 149 -
CMYK 0 0.14 0.22 0.25
HSL 20.49º 0.24% 0.66% -
HSV(B) 20.49º 0.22% 0.75% -
XYZ 39.76 39.31 33.93 -
YUV 169.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 190 163 149 0 0.14 0.22 0.25 20.49 0.24 0.66
Hex BE A3 95 0 E 16 19 14 18 42
Octal 276 243 225 0 16 26 31 24 30 102
Binary 10111110 10100011 10010101 0 1110 10110 11001 10100 11000 1000010

Color Harmonies of #BEA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA395

Black with #BEA395

Text Example


Text Example

White with #BEA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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