Html Css Color HEX #BEA08D Rodeo Dust

📋 copy color: '#BEA08D'

red 190 ◦ green 160 ◦ blue 141

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

Shades of Rodeo Dust #BEA08D

Tints of Rodeo Dust #BEA08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.59%

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

R = 38.7%
G = 32.59%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEA08D (or 0xBEA08D) is known color: Rodeo Dust. HEX triplet: BE, A0 and 8D. RGB value is (190,160,141). Sum of RGB (Red+Green+Blue) = 190+160+141=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA08D is #415F72. Grayscale: #A6A6A6. Windows color (decimal): -4284275 or 9281726. OLE color: 9281726.

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

Color convert

RGB 190 160 141 -
CMYK 0 0.16 0.26 0.25
HSL 23.27º 0.27% 0.65% -
HSV(B) 23.27º 0.26% 0.75% -
XYZ 38.61 38.01 30.5 -
YUV 166.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 190 160 141 0 0.16 0.26 0.25 23.27 0.27 0.65
Hex BE A0 8D 0 10 1A 19 17 1B 41
Octal 276 240 215 0 20 32 31 27 33 101
Binary 10111110 10100000 10001101 0 10000 11010 11001 10111 11011 1000001

Color Harmonies of #BEA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA08D

Black with #BEA08D

Text Example


Text Example

White with #BEA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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