Html Css Color HEX #BEA486 Rodeo Dust

📋 copy color: '#BEA486'

red 190 ◦ green 164 ◦ blue 134

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

Shades of Rodeo Dust #BEA486

Tints of Rodeo Dust #BEA486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.46%

R = 38.93%
G = 33.61%
B = 27.46%

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

#BEA486 (or 0xBEA486) is known color: Rodeo Dust. HEX triplet: BE, A4 and 86. RGB value is (190,164,134). Sum of RGB (Red+Green+Blue) = 190+164+134=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA486 is #415B79. Grayscale: #A8A8A8. Windows color (decimal): -4283258 or 8823998. OLE color: 8823998.

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

Color convert

RGB 190 164 134 -
CMYK 0 0.14 0.29 0.25
HSL 32.14º 0.3% 0.64% -
HSV(B) 32.14º 0.29% 0.75% -
XYZ 38.81 39.22 28.08 -
YUV 168.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 190 164 134 0 0.14 0.29 0.25 32.14 0.3 0.64
Hex BE A4 86 0 E 1D 19 20 1E 40
Octal 276 244 206 0 16 35 31 40 36 100
Binary 10111110 10100100 10000110 0 1110 11101 11001 100000 11110 1000000

Color Harmonies of #BEA486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA486

Black with #BEA486

Text Example


Text Example

White with #BEA486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA486; }

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

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

background-color css

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

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

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

border-color css

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

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

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