#BEA78D

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

Shades of Rodeo Dust #BEA78D

Tints of Rodeo Dust #BEA78D

Color information

#BEA78D (or 0xBEA78D) is unknown color: approx Rodeo Dust. HEX triplet: BE, A7 and 8D. RGB value is (190,167,141). Sum of RGB (Red+Green+Blue) = 190+167+141=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA78D is #415872. Grayscale: #ABABAB. Windows color (decimal): -4282483 or 9283518. OLE color: 9283518.

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

Color convert

RGB190167141-
CMYK00.120.260.25
HSL31.84º27.37%64.9%-
HSV(B)31.84º25.79%74.51%-
XYZ39.8640.5130.92-
YUV170.91111.12141.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=38.15%
G=33.53%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016714100.120.260.2531.8427.3764.9
HexBEA78D0C1A19201b41
Octal27624721501432314033101
Binary101111101010011110001101011001101011001100000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA78D; }

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

 H1.HeaderClassName
 {
   color: #BEA78D;
 }
 .AnyTagClassName
 {
   color: #BEA78D;
 }
</style>
background-color css

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

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

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

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

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

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