Html Css Color HEX #BEA483 Rodeo Dust

📋 copy color: '#BEA483'

red 190 ◦ green 164 ◦ blue 131

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

Shades of Rodeo Dust #BEA483

Tints of Rodeo Dust #BEA483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.01%

R = 39.18%
G = 33.81%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BEA483 (or 0xBEA483) is known color: Rodeo Dust. HEX triplet: BE, A4 and 83. RGB value is (190,164,131). Sum of RGB (Red+Green+Blue) = 190+164+131=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA483 is #415B7C. Grayscale: #A8A8A8. Windows color (decimal): -4283261 or 8627390. OLE color: 8627390.

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

Color convert

RGB 190 164 131 -
CMYK 0 0.14 0.31 0.25
HSL 33.56º 0.31% 0.63% -
HSV(B) 33.56º 0.31% 0.75% -
XYZ 38.61 39.14 26.99 -
YUV 168.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 190 164 131 0 0.14 0.31 0.25 33.56 0.31 0.63
Hex BE A4 83 0 E 1F 19 22 1F 3F
Octal 276 244 203 0 16 37 31 42 37 77
Binary 10111110 10100100 10000011 0 1110 11111 11001 100010 11111 111111

Color Harmonies of #BEA483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA483

Black with #BEA483

Text Example


Text Example

White with #BEA483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA483; }

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

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

background-color css

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

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

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

border-color css

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

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

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