Html Css Color HEX #BEA282 Rodeo Dust

📋 copy color: '#BEA282'

red 190 ◦ green 162 ◦ blue 130

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

Shades of Rodeo Dust #BEA282

Tints of Rodeo Dust #BEA282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 39.42%
G = 33.61%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEA282 (or 0xBEA282) is known color: Rodeo Dust. HEX triplet: BE, A2 and 82. RGB value is (190,162,130). Sum of RGB (Red+Green+Blue) = 190+162+130=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA282 is #415D7D. Grayscale: #A6A6A6. Windows color (decimal): -4283774 or 8561342. OLE color: 8561342.

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

Color convert

RGB 190 162 130 -
CMYK 0 0.15 0.32 0.25
HSL 32º 0.32% 0.63% -
HSV(B) 32º 0.32% 0.75% -
XYZ 38.18 38.4 26.52 -
YUV 166.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 190 162 130 0 0.15 0.32 0.25 32 0.32 0.63
Hex BE A2 82 0 F 20 19 20 20 3F
Octal 276 242 202 0 17 40 31 40 40 77
Binary 10111110 10100010 10000010 0 1111 100000 11001 100000 100000 111111

Color Harmonies of #BEA282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA282

Black with #BEA282

Text Example


Text Example

White with #BEA282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA282; }

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

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

background-color css

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

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

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

border-color css

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

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

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