Html Css Color HEX #BEA382 Rodeo Dust

📋 copy color: '#BEA382'

red 190 ◦ green 163 ◦ blue 130

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

Shades of Rodeo Dust #BEA382

Tints of Rodeo Dust #BEA382

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

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

R = 39.34%
G = 33.75%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEA382 (or 0xBEA382) is known color: Rodeo Dust. HEX triplet: BE, A3 and 82. RGB value is (190,163,130). Sum of RGB (Red+Green+Blue) = 190+163+130=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA382 is #415C7D. Grayscale: #A7A7A7. Windows color (decimal): -4283518 or 8561598. OLE color: 8561598.

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

Color convert

RGB 190 163 130 -
CMYK 0 0.14 0.32 0.25
HSL 33º 0.32% 0.63% -
HSV(B) 33º 0.32% 0.75% -
XYZ 38.36 38.75 26.58 -
YUV 167.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 190 163 130 0 0.14 0.32 0.25 33 0.32 0.63
Hex BE A3 82 0 E 20 19 21 20 3F
Octal 276 243 202 0 16 40 31 41 40 77
Binary 10111110 10100011 10000010 0 1110 100000 11001 100001 100000 111111

Color Harmonies of #BEA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA382

Black with #BEA382

Text Example


Text Example

White with #BEA382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA382; }

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

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

background-color css

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

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

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

border-color css

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

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

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