Html Css Color HEX #BEA285 Rodeo Dust

📋 copy color: '#BEA285'

red 190 ◦ green 162 ◦ blue 133

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

Shades of Rodeo Dust #BEA285

Tints of Rodeo Dust #BEA285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.42%

R = 39.18%
G = 33.4%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BEA285 (or 0xBEA285) is known color: Rodeo Dust. HEX triplet: BE, A2 and 85. RGB value is (190,162,133). Sum of RGB (Red+Green+Blue) = 190+162+133=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA285 is #415D7A. Grayscale: #A7A7A7. Windows color (decimal): -4283771 or 8757950. OLE color: 8757950.

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

Color convert

RGB 190 162 133 -
CMYK 0 0.15 0.3 0.25
HSL 30.53º 0.3% 0.63% -
HSV(B) 30.53º 0.3% 0.75% -
XYZ 38.39 38.48 27.59 -
YUV 167.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 190 162 133 0 0.15 0.3 0.25 30.53 0.3 0.63
Hex BE A2 85 0 F 1E 19 1F 1E 3F
Octal 276 242 205 0 17 36 31 37 36 77
Binary 10111110 10100010 10000101 0 1111 11110 11001 11111 11110 111111

Color Harmonies of #BEA285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA285

Black with #BEA285

Text Example


Text Example

White with #BEA285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA285; }

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

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

background-color css

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

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

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

border-color css

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

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

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