Html Css Color HEX #BEA093 Del Rio

📋 copy color: '#BEA093'

red 190 ◦ green 160 ◦ blue 147

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

Shades of Del Rio #BEA093

Tints of Del Rio #BEA093

RGB

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

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

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

R = 38.23%
G = 32.19%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BEA093 (or 0xBEA093) is known color: Del Rio. HEX triplet: BE, A0 and 93. RGB value is (190,160,147). Sum of RGB (Red+Green+Blue) = 190+160+147=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA093 is #415F6C. Grayscale: #A7A7A7. Windows color (decimal): -4284269 or 9674942. OLE color: 9674942.

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

Color convert

RGB 190 160 147 -
CMYK 0 0.16 0.23 0.25
HSL 18.14º 0.25% 0.66% -
HSV(B) 18.14º 0.23% 0.75% -
XYZ 39.07 38.2 32.92 -
YUV 167.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 190 160 147 0 0.16 0.23 0.25 18.14 0.25 0.66
Hex BE A0 93 0 10 17 19 12 19 42
Octal 276 240 223 0 20 27 31 22 31 102
Binary 10111110 10100000 10010011 0 10000 10111 11001 10010 11001 1000010

Color Harmonies of #BEA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA093

Black with #BEA093

Text Example


Text Example

White with #BEA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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