Html Css Color HEX #BEA092 Del Rio

📋 copy color: '#BEA092'

red 190 ◦ green 160 ◦ blue 146

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

Shades of Del Rio #BEA092

Tints of Del Rio #BEA092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 38.31%
G = 32.26%
B = 29.44%

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

#BEA092 (or 0xBEA092) is known color: Del Rio. HEX triplet: BE, A0 and 92. RGB value is (190,160,146). Sum of RGB (Red+Green+Blue) = 190+160+146=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA092 is #415F6D. Grayscale: #A7A7A7. Windows color (decimal): -4284270 or 9609406. OLE color: 9609406.

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

Color convert

RGB 190 160 146 -
CMYK 0 0.16 0.23 0.25
HSL 19.09º 0.25% 0.66% -
HSV(B) 19.09º 0.23% 0.75% -
XYZ 38.99 38.16 32.51 -
YUV 167.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 190 160 146 0 0.16 0.23 0.25 19.09 0.25 0.66
Hex BE A0 92 0 10 17 19 13 19 42
Octal 276 240 222 0 20 27 31 23 31 102
Binary 10111110 10100000 10010010 0 10000 10111 11001 10011 11001 1000010

Color Harmonies of #BEA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA092

Black with #BEA092

Text Example


Text Example

White with #BEA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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