Html Css Color HEX #BEA385 Rodeo Dust

📋 copy color: '#BEA385'

red 190 ◦ green 163 ◦ blue 133

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

Shades of Rodeo Dust #BEA385

Tints of Rodeo Dust #BEA385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.54%

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

R = 39.09%
G = 33.54%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BEA385 (or 0xBEA385) is known color: Rodeo Dust. HEX triplet: BE, A3 and 85. RGB value is (190,163,133). Sum of RGB (Red+Green+Blue) = 190+163+133=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA385 is #415C7A. Grayscale: #A7A7A7. Windows color (decimal): -4283515 or 8758206. OLE color: 8758206.

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

Color convert

RGB 190 163 133 -
CMYK 0 0.14 0.3 0.25
HSL 31.58º 0.3% 0.63% -
HSV(B) 31.58º 0.3% 0.75% -
XYZ 38.57 38.83 27.65 -
YUV 167.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 190 163 133 0 0.14 0.3 0.25 31.58 0.3 0.63
Hex BE A3 85 0 E 1E 19 20 1E 3F
Octal 276 243 205 0 16 36 31 40 36 77
Binary 10111110 10100011 10000101 0 1110 11110 11001 100000 11110 111111

Color Harmonies of #BEA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA385

Black with #BEA385

Text Example


Text Example

White with #BEA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA385; }

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

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

background-color css

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

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

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

border-color css

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

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

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