Html Css Color HEX #BEA286 Rodeo Dust

📋 copy color: '#BEA286'

red 190 ◦ green 162 ◦ blue 134

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

Shades of Rodeo Dust #BEA286

Tints of Rodeo Dust #BEA286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.33%

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

R = 39.09%
G = 33.33%
B = 27.57%

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

#BEA286 (or 0xBEA286) is known color: Rodeo Dust. HEX triplet: BE, A2 and 86. RGB value is (190,162,134). Sum of RGB (Red+Green+Blue) = 190+162+134=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA286 is #415D79. Grayscale: #A7A7A7. Windows color (decimal): -4283770 or 8823486. OLE color: 8823486.

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

Color convert

RGB 190 162 134 -
CMYK 0 0.15 0.29 0.25
HSL 30º 0.3% 0.64% -
HSV(B) 30º 0.29% 0.75% -
XYZ 38.46 38.51 27.96 -
YUV 167.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 190 162 134 0 0.15 0.29 0.25 30 0.3 0.64
Hex BE A2 86 0 F 1D 19 1E 1E 40
Octal 276 242 206 0 17 35 31 36 36 100
Binary 10111110 10100010 10000110 0 1111 11101 11001 11110 11110 1000000

Color Harmonies of #BEA286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA286

Black with #BEA286

Text Example


Text Example

White with #BEA286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA286; }

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

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

background-color css

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

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

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

border-color css

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

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

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