Html Css Color HEX #BEA290 Del Rio

📋 copy color: '#BEA290'

red 190 ◦ green 162 ◦ blue 144

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

Shades of Del Rio #BEA290

Tints of Del Rio #BEA290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.66%

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 38.31%
G = 32.66%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEA290 (or 0xBEA290) is known color: Del Rio. HEX triplet: BE, A2 and 90. RGB value is (190,162,144). Sum of RGB (Red+Green+Blue) = 190+162+144=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA290 is #415D6F. Grayscale: #A8A8A8. Windows color (decimal): -4283760 or 9478846. OLE color: 9478846.

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

Color convert

RGB 190 162 144 -
CMYK 0 0.15 0.24 0.25
HSL 23.48º 0.26% 0.65% -
HSV(B) 23.48º 0.24% 0.75% -
XYZ 39.19 38.8 31.81 -
YUV 168.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 190 162 144 0 0.15 0.24 0.25 23.48 0.26 0.65
Hex BE A2 90 0 F 18 19 17 1A 41
Octal 276 242 220 0 17 30 31 27 32 101
Binary 10111110 10100010 10010000 0 1111 11000 11001 10111 11010 1000001

Color Harmonies of #BEA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA290

Black with #BEA290

Text Example


Text Example

White with #BEA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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