Html Css Color HEX #BEA284 Rodeo Dust

📋 copy color: '#BEA284'

red 190 ◦ green 162 ◦ blue 132

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

Shades of Rodeo Dust #BEA284

Tints of Rodeo Dust #BEA284

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.47%

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

R = 39.26%
G = 33.47%
B = 27.27%

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

#BEA284 (or 0xBEA284) is known color: Rodeo Dust. HEX triplet: BE, A2 and 84. RGB value is (190,162,132). Sum of RGB (Red+Green+Blue) = 190+162+132=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA284 is #415D7B. Grayscale: #A7A7A7. Windows color (decimal): -4283772 or 8692414. OLE color: 8692414.

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

Color convert

RGB 190 162 132 -
CMYK 0 0.15 0.31 0.25
HSL 31.03º 0.31% 0.63% -
HSV(B) 31.03º 0.31% 0.75% -
XYZ 38.32 38.45 27.23 -
YUV 166.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 190 162 132 0 0.15 0.31 0.25 31.03 0.31 0.63
Hex BE A2 84 0 F 1F 19 1F 1F 3F
Octal 276 242 204 0 17 37 31 37 37 77
Binary 10111110 10100010 10000100 0 1111 11111 11001 11111 11111 111111

Color Harmonies of #BEA284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA284

Black with #BEA284

Text Example


Text Example

White with #BEA284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA284; }

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

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

background-color css

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

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

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

border-color css

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

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

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