Html Css Color HEX #BEA194 Del Rio

📋 copy color: '#BEA194'

red 190 ◦ green 161 ◦ blue 148

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

Shades of Del Rio #BEA194

Tints of Del Rio #BEA194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 38.08%
G = 32.26%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEA194 (or 0xBEA194) is known color: Del Rio. HEX triplet: BE, A1 and 94. RGB value is (190,161,148). Sum of RGB (Red+Green+Blue) = 190+161+148=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA194 is #415E6B. Grayscale: #A8A8A8. Windows color (decimal): -4284012 or 9740734. OLE color: 9740734.

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

Color convert

RGB 190 161 148 -
CMYK 0 0.15 0.22 0.25
HSL 18.57º 0.24% 0.66% -
HSV(B) 18.57º 0.22% 0.75% -
XYZ 39.33 38.58 33.39 -
YUV 168.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 190 161 148 0 0.15 0.22 0.25 18.57 0.24 0.66
Hex BE A1 94 0 F 16 19 13 18 42
Octal 276 241 224 0 17 26 31 23 30 102
Binary 10111110 10100001 10010100 0 1111 10110 11001 10011 11000 1000010

Color Harmonies of #BEA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA194

Black with #BEA194

Text Example


Text Example

White with #BEA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA194; }

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

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

background-color css

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

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

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

border-color css

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

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

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