Html Css Color HEX #BEA890 Rodeo Dust

📋 copy color: '#BEA890'

red 190 ◦ green 168 ◦ blue 144

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

Shades of Rodeo Dust #BEA890

Tints of Rodeo Dust #BEA890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.47%

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

R = 37.85%
G = 33.47%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEA890 (or 0xBEA890) is known color: Rodeo Dust. HEX triplet: BE, A8 and 90. RGB value is (190,168,144). Sum of RGB (Red+Green+Blue) = 190+168+144=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA890 is #41576F. Grayscale: #ABABAB. Windows color (decimal): -4282224 or 9480382. OLE color: 9480382.

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

Color convert

RGB 190 168 144 -
CMYK 0 0.12 0.24 0.25
HSL 31.3º 0.26% 0.65% -
HSV(B) 31.3º 0.24% 0.75% -
XYZ 40.27 40.97 32.17 -
YUV 171.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 190 168 144 0 0.12 0.24 0.25 31.3 0.26 0.65
Hex BE A8 90 0 C 18 19 1F 1A 41
Octal 276 250 220 0 14 30 31 37 32 101
Binary 10111110 10101000 10010000 0 1100 11000 11001 11111 11010 1000001

Color Harmonies of #BEA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA890

Black with #BEA890

Text Example


Text Example

White with #BEA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA890; }

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

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

background-color css

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

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

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

border-color css

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

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

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