Html Css Color HEX #BEA487 Rodeo Dust

📋 copy color: '#BEA487'

red 190 ◦ green 164 ◦ blue 135

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

Shades of Rodeo Dust #BEA487

Tints of Rodeo Dust #BEA487

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.54%

 BLUE value IS 135 (53.13% from 255) = 27.61%

R = 38.85%
G = 33.54%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEA487 (or 0xBEA487) is known color: Rodeo Dust. HEX triplet: BE, A4 and 87. RGB value is (190,164,135). Sum of RGB (Red+Green+Blue) = 190+164+135=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA487 is #415B78. Grayscale: #A8A8A8. Windows color (decimal): -4283257 or 8889534. OLE color: 8889534.

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

Color convert

RGB 190 164 135 -
CMYK 0 0.14 0.29 0.25
HSL 31.64º 0.3% 0.64% -
HSV(B) 31.64º 0.29% 0.75% -
XYZ 38.88 39.25 28.45 -
YUV 168.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 190 164 135 0 0.14 0.29 0.25 31.64 0.3 0.64
Hex BE A4 87 0 E 1D 19 20 1E 40
Octal 276 244 207 0 16 35 31 40 36 100
Binary 10111110 10100100 10000111 0 1110 11101 11001 100000 11110 1000000

Color Harmonies of #BEA487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA487

Black with #BEA487

Text Example


Text Example

White with #BEA487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA487; }

 p { color: rgb(190,164,135); }

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

background-color css

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

 a { background-color: rgb(190,164,135); }

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

border-color css

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

 span { border-color: rgb(190,164,135); }

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