Html Css Color HEX #BEA37C Rodeo Dust

📋 copy color: '#BEA37C'

red 190 ◦ green 163 ◦ blue 124

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

Shades of Rodeo Dust #BEA37C

Tints of Rodeo Dust #BEA37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26%

R = 39.83%
G = 34.17%
B = 26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEA37C (or 0xBEA37C) is known color: Rodeo Dust. HEX triplet: BE, A3 and 7C. RGB value is (190,163,124). Sum of RGB (Red+Green+Blue) = 190+163+124=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA37C is #415C83. Grayscale: #A6A6A6. Windows color (decimal): -4283524 or 8168382. OLE color: 8168382.

HSL color Cylindrical-coordinate representation of color #BEA37C: hue angle of 35.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA37C is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 124 -
CMYK 0 0.14 0.35 0.25
HSL 35.45º 0.34% 0.62% -
HSV(B) 35.45º 0.35% 0.75% -
XYZ 37.97 38.6 24.52 -
YUV 166.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 190 163 124 0 0.14 0.35 0.25 35.45 0.34 0.62
Hex BE A3 7C 0 E 23 19 23 22 3E
Octal 276 243 174 0 16 43 31 43 42 76
Binary 10111110 10100011 1111100 0 1110 100011 11001 100011 100010 111110

Color Harmonies of #BEA37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA37C

Black with #BEA37C

Text Example


Text Example

White with #BEA37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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