Html Css Color HEX #BEA68D Rodeo Dust

📋 copy color: '#BEA68D'

red 190 ◦ green 166 ◦ blue 141

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

Shades of Rodeo Dust #BEA68D

Tints of Rodeo Dust #BEA68D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.4%

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

R = 38.23%
G = 33.4%
B = 28.37%

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

#BEA68D (or 0xBEA68D) is known color: Rodeo Dust. HEX triplet: BE, A6 and 8D. RGB value is (190,166,141). Sum of RGB (Red+Green+Blue) = 190+166+141=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA68D is #415972. Grayscale: #AAAAAA. Windows color (decimal): -4282739 or 9283262. OLE color: 9283262.

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

Color convert

RGB 190 166 141 -
CMYK 0 0.13 0.26 0.25
HSL 30.61º 0.27% 0.65% -
HSV(B) 30.61º 0.26% 0.75% -
XYZ 39.68 40.14 30.86 -
YUV 170.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 190 166 141 0 0.13 0.26 0.25 30.61 0.27 0.65
Hex BE A6 8D 0 D 1A 19 1F 1B 41
Octal 276 246 215 0 15 32 31 37 33 101
Binary 10111110 10100110 10001101 0 1101 11010 11001 11111 11011 1000001

Color Harmonies of #BEA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA68D

Black with #BEA68D

Text Example


Text Example

White with #BEA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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