Html Css Color HEX #BEA37E Rodeo Dust

📋 copy color: '#BEA37E'

red 190 ◦ green 163 ◦ blue 126

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

Shades of Rodeo Dust #BEA37E

Tints of Rodeo Dust #BEA37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 39.67%
G = 34.03%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BEA37E (or 0xBEA37E) is known color: Rodeo Dust. HEX triplet: BE, A3 and 7E. RGB value is (190,163,126). Sum of RGB (Red+Green+Blue) = 190+163+126=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA37E is #415C81. Grayscale: #A7A7A7. Windows color (decimal): -4283522 or 8299454. OLE color: 8299454.

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

Color convert

RGB 190 163 126 -
CMYK 0 0.14 0.34 0.25
HSL 34.69º 0.33% 0.62% -
HSV(B) 34.69º 0.34% 0.75% -
XYZ 38.1 38.65 25.19 -
YUV 166.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 190 163 126 0 0.14 0.34 0.25 34.69 0.33 0.62
Hex BE A3 7E 0 E 22 19 23 21 3E
Octal 276 243 176 0 16 42 31 43 41 76
Binary 10111110 10100011 1111110 0 1110 100010 11001 100011 100001 111110

Color Harmonies of #BEA37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA37E

Black with #BEA37E

Text Example


Text Example

White with #BEA37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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