Html Css Color HEX #BEA485 Rodeo Dust

📋 copy color: '#BEA485'

red 190 ◦ green 164 ◦ blue 133

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

Shades of Rodeo Dust #BEA485

Tints of Rodeo Dust #BEA485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.68%

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

R = 39.01%
G = 33.68%
B = 27.31%

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

#BEA485 (or 0xBEA485) is known color: Rodeo Dust. HEX triplet: BE, A4 and 85. RGB value is (190,164,133). Sum of RGB (Red+Green+Blue) = 190+164+133=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA485 is #415B7A. Grayscale: #A8A8A8. Windows color (decimal): -4283259 or 8758462. OLE color: 8758462.

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

Color convert

RGB 190 164 133 -
CMYK 0 0.14 0.3 0.25
HSL 32.63º 0.3% 0.63% -
HSV(B) 32.63º 0.3% 0.75% -
XYZ 38.74 39.19 27.71 -
YUV 168.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 190 164 133 0 0.14 0.3 0.25 32.63 0.3 0.63
Hex BE A4 85 0 E 1E 19 21 1E 3F
Octal 276 244 205 0 16 36 31 41 36 77
Binary 10111110 10100100 10000101 0 1110 11110 11001 100001 11110 111111

Color Harmonies of #BEA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA485

Black with #BEA485

Text Example


Text Example

White with #BEA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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