Html Css Color HEX #BEA190 Del Rio

📋 copy color: '#BEA190'

red 190 ◦ green 161 ◦ blue 144

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

Shades of Del Rio #BEA190

Tints of Del Rio #BEA190

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.53%

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

R = 38.38%
G = 32.53%
B = 29.09%

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

#BEA190 (or 0xBEA190) is known color: Del Rio. HEX triplet: BE, A1 and 90. RGB value is (190,161,144). Sum of RGB (Red+Green+Blue) = 190+161+144=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA190 is #415E6F. Grayscale: #A7A7A7. Windows color (decimal): -4284016 or 9478590. OLE color: 9478590.

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

Color convert

RGB 190 161 144 -
CMYK 0 0.15 0.24 0.25
HSL 22.17º 0.26% 0.65% -
HSV(B) 22.17º 0.24% 0.75% -
XYZ 39.01 38.45 31.75 -
YUV 167.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 190 161 144 0 0.15 0.24 0.25 22.17 0.26 0.65
Hex BE A1 90 0 F 18 19 16 1A 41
Octal 276 241 220 0 17 30 31 26 32 101
Binary 10111110 10100001 10010000 0 1111 11000 11001 10110 11010 1000001

Color Harmonies of #BEA190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA190

Black with #BEA190

Text Example


Text Example

White with #BEA190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA190; }

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

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

background-color css

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

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

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

border-color css

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

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

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