Html Css Color HEX #BEA38D Rodeo Dust

📋 copy color: '#BEA38D'

red 190 ◦ green 163 ◦ blue 141

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

Shades of Rodeo Dust #BEA38D

Tints of Rodeo Dust #BEA38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 38.46%
G = 33%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEA38D (or 0xBEA38D) is known color: Rodeo Dust. HEX triplet: BE, A3 and 8D. RGB value is (190,163,141). Sum of RGB (Red+Green+Blue) = 190+163+141=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA38D is #415C72. Grayscale: #A8A8A8. Windows color (decimal): -4283507 or 9282494. OLE color: 9282494.

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

Color convert

RGB 190 163 141 -
CMYK 0 0.14 0.26 0.25
HSL 26.94º 0.27% 0.65% -
HSV(B) 26.94º 0.26% 0.75% -
XYZ 39.14 39.06 30.68 -
YUV 168.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 190 163 141 0 0.14 0.26 0.25 26.94 0.27 0.65
Hex BE A3 8D 0 E 1A 19 1B 1B 41
Octal 276 243 215 0 16 32 31 33 33 101
Binary 10111110 10100011 10001101 0 1110 11010 11001 11011 11011 1000001

Color Harmonies of #BEA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA38D

Black with #BEA38D

Text Example


Text Example

White with #BEA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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