Html Css Color HEX #BEA095 Del Rio

📋 copy color: '#BEA095'

red 190 ◦ green 160 ◦ blue 149

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

Shades of Del Rio #BEA095

Tints of Del Rio #BEA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.06%

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 38.08%
G = 32.06%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEA095 (or 0xBEA095) is known color: Del Rio. HEX triplet: BE, A0 and 95. RGB value is (190,160,149). Sum of RGB (Red+Green+Blue) = 190+160+149=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA095 is #415F6A. Grayscale: #A7A7A7. Windows color (decimal): -4284267 or 9806014. OLE color: 9806014.

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

Color convert

RGB 190 160 149 -
CMYK 0 0.16 0.22 0.25
HSL 16.1º 0.24% 0.66% -
HSV(B) 16.1º 0.22% 0.75% -
XYZ 39.23 38.26 33.75 -
YUV 167.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 190 160 149 0 0.16 0.22 0.25 16.1 0.24 0.66
Hex BE A0 95 0 10 16 19 10 18 42
Octal 276 240 225 0 20 26 31 20 30 102
Binary 10111110 10100000 10010101 0 10000 10110 11001 10000 11000 1000010

Color Harmonies of #BEA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA095

Black with #BEA095

Text Example


Text Example

White with #BEA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA095; }

 p { color: rgb(190,160,149); }

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

background-color css

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

 a { background-color: rgb(190,160,149); }

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

border-color css

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

 span { border-color: rgb(190,160,149); }

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