Html Css Color HEX #BEA086 Rodeo Dust

📋 copy color: '#BEA086'

red 190 ◦ green 160 ◦ blue 134

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

Shades of Rodeo Dust #BEA086

Tints of Rodeo Dust #BEA086

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.06%

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

R = 39.26%
G = 33.06%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEA086 (or 0xBEA086) is known color: Rodeo Dust. HEX triplet: BE, A0 and 86. RGB value is (190,160,134). Sum of RGB (Red+Green+Blue) = 190+160+134=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA086 is #415F79. Grayscale: #A6A6A6. Windows color (decimal): -4284282 or 8822974. OLE color: 8822974.

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

Color convert

RGB 190 160 134 -
CMYK 0 0.16 0.29 0.25
HSL 27.86º 0.3% 0.64% -
HSV(B) 27.86º 0.29% 0.75% -
XYZ 38.11 37.81 27.84 -
YUV 166.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 190 160 134 0 0.16 0.29 0.25 27.86 0.3 0.64
Hex BE A0 86 0 10 1D 19 1C 1E 40
Octal 276 240 206 0 20 35 31 34 36 100
Binary 10111110 10100000 10000110 0 10000 11101 11001 11100 11110 1000000

Color Harmonies of #BEA086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA086

Black with #BEA086

Text Example


Text Example

White with #BEA086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA086; }

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

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

background-color css

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

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

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

border-color css

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

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

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