Html Css Color HEX #BEA193 Del Rio

📋 copy color: '#BEA193'

red 190 ◦ green 161 ◦ blue 147

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

Shades of Del Rio #BEA193

Tints of Del Rio #BEA193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.52%

R = 38.15%
G = 32.33%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BEA193 (or 0xBEA193) is known color: Del Rio. HEX triplet: BE, A1 and 93. RGB value is (190,161,147). Sum of RGB (Red+Green+Blue) = 190+161+147=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA193 is #415E6C. Grayscale: #A8A8A8. Windows color (decimal): -4284013 or 9675198. OLE color: 9675198.

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

Color convert

RGB 190 161 147 -
CMYK 0 0.15 0.23 0.25
HSL 19.53º 0.25% 0.66% -
HSV(B) 19.53º 0.23% 0.75% -
XYZ 39.25 38.54 32.97 -
YUV 168.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 190 161 147 0 0.15 0.23 0.25 19.53 0.25 0.66
Hex BE A1 93 0 F 17 19 14 19 42
Octal 276 241 223 0 17 27 31 24 31 102
Binary 10111110 10100001 10010011 0 1111 10111 11001 10100 11001 1000010

Color Harmonies of #BEA193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA193

Black with #BEA193

Text Example


Text Example

White with #BEA193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA193; }

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

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

background-color css

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

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

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

border-color css

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

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

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