Html Css Color HEX #BEA584 Rodeo Dust

📋 copy color: '#BEA584'

red 190 ◦ green 165 ◦ blue 132

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

Shades of Rodeo Dust #BEA584

Tints of Rodeo Dust #BEA584

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

 BLUE value IS 132 (51.95% from 255) = 27.1%

R = 39.01%
G = 33.88%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BEA584 (or 0xBEA584) is known color: Rodeo Dust. HEX triplet: BE, A5 and 84. RGB value is (190,165,132). Sum of RGB (Red+Green+Blue) = 190+165+132=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA584 is #415A7B. Grayscale: #A8A8A8. Windows color (decimal): -4283004 or 8693182. OLE color: 8693182.

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

Color convert

RGB 190 165 132 -
CMYK 0 0.13 0.31 0.25
HSL 34.14º 0.31% 0.63% -
HSV(B) 34.14º 0.31% 0.75% -
XYZ 38.86 39.52 27.41 -
YUV 168.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 190 165 132 0 0.13 0.31 0.25 34.14 0.31 0.63
Hex BE A5 84 0 D 1F 19 22 1F 3F
Octal 276 245 204 0 15 37 31 42 37 77
Binary 10111110 10100101 10000100 0 1101 11111 11001 100010 11111 111111

Color Harmonies of #BEA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA584

Black with #BEA584

Text Example


Text Example

White with #BEA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA584; }

 p { color: rgb(190,165,132); }

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

background-color css

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

 a { background-color: rgb(190,165,132); }

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

border-color css

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

 span { border-color: rgb(190,165,132); }

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