Html Css Color HEX #BEA391 Rodeo Dust

📋 copy color: '#BEA391'

red 190 ◦ green 163 ◦ blue 145

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

Shades of Rodeo Dust #BEA391

Tints of Rodeo Dust #BEA391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.12%

R = 38.15%
G = 32.73%
B = 29.12%

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

#BEA391 (or 0xBEA391) is known color: Rodeo Dust. HEX triplet: BE, A3 and 91. RGB value is (190,163,145). Sum of RGB (Red+Green+Blue) = 190+163+145=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA391 is #415C6E. Grayscale: #A9A9A9. Windows color (decimal): -4283503 or 9544638. OLE color: 9544638.

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

Color convert

RGB 190 163 145 -
CMYK 0 0.14 0.24 0.25
HSL 24º 0.26% 0.66% -
HSV(B) 24º 0.24% 0.75% -
XYZ 39.44 39.19 32.27 -
YUV 169.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 190 163 145 0 0.14 0.24 0.25 24 0.26 0.66
Hex BE A3 91 0 E 18 19 18 1A 42
Octal 276 243 221 0 16 30 31 30 32 102
Binary 10111110 10100011 10010001 0 1110 11000 11001 11000 11010 1000010

Color Harmonies of #BEA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA391

Black with #BEA391

Text Example


Text Example

White with #BEA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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