Html Css Color HEX #BEA184 Rodeo Dust

📋 copy color: '#BEA184'

red 190 ◦ green 161 ◦ blue 132

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

Shades of Rodeo Dust #BEA184

Tints of Rodeo Dust #BEA184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.33%

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

R = 39.34%
G = 33.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BEA184 (or 0xBEA184) is known color: Rodeo Dust. HEX triplet: BE, A1 and 84. RGB value is (190,161,132). Sum of RGB (Red+Green+Blue) = 190+161+132=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA184 is #415E7B. Grayscale: #A6A6A6. Windows color (decimal): -4284028 or 8692158. OLE color: 8692158.

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

Color convert

RGB 190 161 132 -
CMYK 0 0.15 0.31 0.25
HSL 30º 0.31% 0.63% -
HSV(B) 30º 0.31% 0.75% -
XYZ 38.14 38.1 27.17 -
YUV 166.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 190 161 132 0 0.15 0.31 0.25 30 0.31 0.63
Hex BE A1 84 0 F 1F 19 1E 1F 3F
Octal 276 241 204 0 17 37 31 36 37 77
Binary 10111110 10100001 10000100 0 1111 11111 11001 11110 11111 111111

Color Harmonies of #BEA184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA184

Black with #BEA184

Text Example


Text Example

White with #BEA184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA184; }

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

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

background-color css

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

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

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

border-color css

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

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

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