Html Css Color HEX #BEA585 Rodeo Dust

📋 copy color: '#BEA585'

red 190 ◦ green 165 ◦ blue 133

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

Shades of Rodeo Dust #BEA585

Tints of Rodeo Dust #BEA585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.81%

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

R = 38.93%
G = 33.81%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BEA585 (or 0xBEA585) is known color: Rodeo Dust. HEX triplet: BE, A5 and 85. RGB value is (190,165,133). Sum of RGB (Red+Green+Blue) = 190+165+133=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA585 is #415A7A. Grayscale: #A8A8A8. Windows color (decimal): -4283003 or 8758718. OLE color: 8758718.

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

Color convert

RGB 190 165 133 -
CMYK 0 0.13 0.3 0.25
HSL 33.68º 0.3% 0.63% -
HSV(B) 33.68º 0.3% 0.75% -
XYZ 38.92 39.55 27.77 -
YUV 168.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 190 165 133 0 0.13 0.3 0.25 33.68 0.3 0.63
Hex BE A5 85 0 D 1E 19 22 1E 3F
Octal 276 245 205 0 15 36 31 42 36 77
Binary 10111110 10100101 10000101 0 1101 11110 11001 100010 11110 111111

Color Harmonies of #BEA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA585

Black with #BEA585

Text Example


Text Example

White with #BEA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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