Html Css Color HEX #BEA58D Rodeo Dust

📋 copy color: '#BEA58D'

red 190 ◦ green 165 ◦ blue 141

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

Shades of Rodeo Dust #BEA58D

Tints of Rodeo Dust #BEA58D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.27%

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

R = 38.31%
G = 33.27%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BEA58D (or 0xBEA58D) is known color: Rodeo Dust. HEX triplet: BE, A5 and 8D. RGB value is (190,165,141). Sum of RGB (Red+Green+Blue) = 190+165+141=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA58D is #415A72. Grayscale: #A9A9A9. Windows color (decimal): -4282995 or 9283006. OLE color: 9283006.

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

Color convert

RGB 190 165 141 -
CMYK 0 0.13 0.26 0.25
HSL 29.39º 0.27% 0.65% -
HSV(B) 29.39º 0.26% 0.75% -
XYZ 39.5 39.78 30.8 -
YUV 169.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 190 165 141 0 0.13 0.26 0.25 29.39 0.27 0.65
Hex BE A5 8D 0 D 1A 19 1D 1B 41
Octal 276 245 215 0 15 32 31 35 33 101
Binary 10111110 10100101 10001101 0 1101 11010 11001 11101 11011 1000001

Color Harmonies of #BEA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA58D

Black with #BEA58D

Text Example


Text Example

White with #BEA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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