Html Css Color HEX #BEA482 Rodeo Dust

📋 copy color: '#BEA482'

red 190 ◦ green 164 ◦ blue 130

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

Shades of Rodeo Dust #BEA482

Tints of Rodeo Dust #BEA482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 39.26%
G = 33.88%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEA482 (or 0xBEA482) is known color: Rodeo Dust. HEX triplet: BE, A4 and 82. RGB value is (190,164,130). Sum of RGB (Red+Green+Blue) = 190+164+130=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA482 is #415B7D. Grayscale: #A8A8A8. Windows color (decimal): -4283262 or 8561854. OLE color: 8561854.

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

Color convert

RGB 190 164 130 -
CMYK 0 0.14 0.32 0.25
HSL 34º 0.32% 0.63% -
HSV(B) 34º 0.32% 0.75% -
XYZ 38.54 39.11 26.64 -
YUV 167.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 190 164 130 0 0.14 0.32 0.25 34 0.32 0.63
Hex BE A4 82 0 E 20 19 22 20 3F
Octal 276 244 202 0 16 40 31 42 40 77
Binary 10111110 10100100 10000010 0 1110 100000 11001 100010 100000 111111

Color Harmonies of #BEA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA482

Black with #BEA482

Text Example


Text Example

White with #BEA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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