Html Css Color HEX #BEA381 Rodeo Dust

📋 copy color: '#BEA381'

red 190 ◦ green 163 ◦ blue 129

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

Shades of Rodeo Dust #BEA381

Tints of Rodeo Dust #BEA381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 39.42%
G = 33.82%
B = 26.76%

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

#BEA381 (or 0xBEA381) is known color: Rodeo Dust. HEX triplet: BE, A3 and 81. RGB value is (190,163,129). Sum of RGB (Red+Green+Blue) = 190+163+129=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA381 is #415C7E. Grayscale: #A7A7A7. Windows color (decimal): -4283519 or 8496062. OLE color: 8496062.

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

Color convert

RGB 190 163 129 -
CMYK 0 0.14 0.32 0.25
HSL 33.44º 0.32% 0.63% -
HSV(B) 33.44º 0.32% 0.75% -
XYZ 38.29 38.73 26.23 -
YUV 167.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 190 163 129 0 0.14 0.32 0.25 33.44 0.32 0.63
Hex BE A3 81 0 E 20 19 21 20 3F
Octal 276 243 201 0 16 40 31 41 40 77
Binary 10111110 10100011 10000001 0 1110 100000 11001 100001 100000 111111

Color Harmonies of #BEA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA381

Black with #BEA381

Text Example


Text Example

White with #BEA381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA381; }

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

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

background-color css

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

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

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

border-color css

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

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

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