Html Css Color HEX #BEA186 Rodeo Dust

📋 copy color: '#BEA186'

red 190 ◦ green 161 ◦ blue 134

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

Shades of Rodeo Dust #BEA186

Tints of Rodeo Dust #BEA186

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.2%

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 39.18%
G = 33.2%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEA186 (or 0xBEA186) is known color: Rodeo Dust. HEX triplet: BE, A1 and 86. RGB value is (190,161,134). Sum of RGB (Red+Green+Blue) = 190+161+134=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA186 is #415E79. Grayscale: #A6A6A6. Windows color (decimal): -4284026 or 8823230. OLE color: 8823230.

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

Color convert

RGB 190 161 134 -
CMYK 0 0.15 0.29 0.25
HSL 28.93º 0.3% 0.64% -
HSV(B) 28.93º 0.29% 0.75% -
XYZ 38.28 38.16 27.9 -
YUV 166.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 190 161 134 0 0.15 0.29 0.25 28.93 0.3 0.64
Hex BE A1 86 0 F 1D 19 1D 1E 40
Octal 276 241 206 0 17 35 31 35 36 100
Binary 10111110 10100001 10000110 0 1111 11101 11001 11101 11110 1000000

Color Harmonies of #BEA186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA186

Black with #BEA186

Text Example


Text Example

White with #BEA186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA186; }

 p { color: rgb(190,161,134); }

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

background-color css

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

 a { background-color: rgb(190,161,134); }

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

border-color css

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

 span { border-color: rgb(190,161,134); }

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