Html Css Color HEX #BEA390 Rodeo Dust

📋 copy color: '#BEA390'

red 190 ◦ green 163 ◦ blue 144

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

Shades of Rodeo Dust #BEA390

Tints of Rodeo Dust #BEA390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.8%

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 38.23%
G = 32.8%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEA390 (or 0xBEA390) is known color: Rodeo Dust. HEX triplet: BE, A3 and 90. RGB value is (190,163,144). Sum of RGB (Red+Green+Blue) = 190+163+144=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA390 is #415C6F. Grayscale: #A9A9A9. Windows color (decimal): -4283504 or 9479102. OLE color: 9479102.

HSL color Cylindrical-coordinate representation of color #BEA390: hue angle of 24.78º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEA390 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 144 -
CMYK 0 0.14 0.24 0.25
HSL 24.78º 0.26% 0.65% -
HSV(B) 24.78º 0.24% 0.75% -
XYZ 39.37 39.16 31.87 -
YUV 168.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 190 163 144 0 0.14 0.24 0.25 24.78 0.26 0.65
Hex BE A3 90 0 E 18 19 19 1A 41
Octal 276 243 220 0 16 30 31 31 32 101
Binary 10111110 10100011 10010000 0 1110 11000 11001 11001 11010 1000001

Color Harmonies of #BEA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA390

Black with #BEA390

Text Example


Text Example

White with #BEA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA390; }

 p { color: rgb(190,163,144); }

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

background-color css

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

 a { background-color: rgb(190,163,144); }

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

border-color css

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

 span { border-color: rgb(190,163,144); }

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