#BEA68D

Color #BEA68D Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #BEA68D

Tints of Rodeo Dust #BEA68D

Color information

#BEA68D (or 0xBEA68D) is unknown color: approx 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

RGB190166141-
CMYK00.130.260.25
HSL30.61º27.37%64.9%-
HSV(B)30.61º25.79%74.51%-
XYZ39.6840.1430.86-
YUV170.33111.45142.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=38.23%
G=33.40%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016614100.130.260.2530.6127.3764.9
HexBEA68D0D1A191f1b41
Octal27624621501532313733101
Binary10111110101001101000110101101110101100111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>