Html Css Color HEX #BEA388 Rodeo Dust

📋 copy color: '#BEA388'

red 190 ◦ green 163 ◦ blue 136

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

Shades of Rodeo Dust #BEA388

Tints of Rodeo Dust #BEA388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 38.85%
G = 33.33%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BEA388 (or 0xBEA388) is known color: Rodeo Dust. HEX triplet: BE, A3 and 88. RGB value is (190,163,136). Sum of RGB (Red+Green+Blue) = 190+163+136=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA388 is #415C77. Grayscale: #A8A8A8. Windows color (decimal): -4283512 or 8954814. OLE color: 8954814.

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

Color convert

RGB 190 163 136 -
CMYK 0 0.14 0.28 0.25
HSL 30º 0.29% 0.64% -
HSV(B) 30º 0.28% 0.75% -
XYZ 38.78 38.92 28.76 -
YUV 168 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 190 163 136 0 0.14 0.28 0.25 30 0.29 0.64
Hex BE A3 88 0 E 1C 19 1E 1D 40
Octal 276 243 210 0 16 34 31 36 35 100
Binary 10111110 10100011 10001000 0 1110 11100 11001 11110 11101 1000000

Color Harmonies of #BEA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA388

Black with #BEA388

Text Example


Text Example

White with #BEA388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA388; }

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

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

background-color css

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

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

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

border-color css

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

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

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