Html Css Color HEX #BEA392 Del Rio

📋 copy color: '#BEA392'

red 190 ◦ green 163 ◦ blue 146

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

Shades of Del Rio #BEA392

Tints of Del Rio #BEA392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 38.08%
G = 32.67%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BEA392 (or 0xBEA392) is known color: Del Rio. HEX triplet: BE, A3 and 92. RGB value is (190,163,146). Sum of RGB (Red+Green+Blue) = 190+163+146=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA392 is #415C6D. Grayscale: #A9A9A9. Windows color (decimal): -4283502 or 9610174. OLE color: 9610174.

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

Color convert

RGB 190 163 146 -
CMYK 0 0.14 0.23 0.25
HSL 23.18º 0.25% 0.66% -
HSV(B) 23.18º 0.23% 0.75% -
XYZ 39.52 39.22 32.68 -
YUV 169.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 190 163 146 0 0.14 0.23 0.25 23.18 0.25 0.66
Hex BE A3 92 0 E 17 19 17 19 42
Octal 276 243 222 0 16 27 31 27 31 102
Binary 10111110 10100011 10010010 0 1110 10111 11001 10111 11001 1000010

Color Harmonies of #BEA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA392

Black with #BEA392

Text Example


Text Example

White with #BEA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA392; }

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

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

background-color css

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

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

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

border-color css

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

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

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