Html Css Color HEX #BEA082 Rodeo Dust

📋 copy color: '#BEA082'

red 190 ◦ green 160 ◦ blue 130

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

Shades of Rodeo Dust #BEA082

Tints of Rodeo Dust #BEA082

RGB

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

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

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

R = 39.58%
G = 33.33%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEA082 (or 0xBEA082) is known color: Rodeo Dust. HEX triplet: BE, A0 and 82. RGB value is (190,160,130). Sum of RGB (Red+Green+Blue) = 190+160+130=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA082 is #415F7D. Grayscale: #A5A5A5. Windows color (decimal): -4284286 or 8560830. OLE color: 8560830.

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

Color convert

RGB 190 160 130 -
CMYK 0 0.16 0.32 0.25
HSL 30º 0.32% 0.63% -
HSV(B) 30º 0.32% 0.75% -
XYZ 37.84 37.7 26.4 -
YUV 165.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 190 160 130 0 0.16 0.32 0.25 30 0.32 0.63
Hex BE A0 82 0 10 20 19 1E 20 3F
Octal 276 240 202 0 20 40 31 36 40 77
Binary 10111110 10100000 10000010 0 10000 100000 11001 11110 100000 111111

Color Harmonies of #BEA082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA082

Black with #BEA082

Text Example


Text Example

White with #BEA082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA082; }

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

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

background-color css

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

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

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

border-color css

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

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

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