#BEA78F

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

Shades of Rodeo Dust #BEA78F

Tints of Rodeo Dust #BEA78F

Color information

#BEA78F (or 0xBEA78F) is unknown color: approx Rodeo Dust. HEX triplet: BE, A7 and 8F. RGB value is (190,167,143). Sum of RGB (Red+Green+Blue) = 190+167+143=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA78F is #415870. Grayscale: #ABABAB. Windows color (decimal): -4282481 or 9414590. OLE color: 9414590.

HSL color Cylindrical-coordinate representation of color #BEA78F: hue angle of 30.64º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEA78F is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB190167143-
CMYK00.120.250.25
HSL30.64º26.55%65.29%-
HSV(B)30.64º24.74%74.51%-
XYZ40.0140.5731.71-
YUV171.14112.12141.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=38%
G=33.4%
B=28.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016714300.120.250.2530.6426.5565.29
HexBEA78F0C19191f1b41
Octal27624721701431313733101
Binary10111110101001111000111101100110011100111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA78F; }

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

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

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

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

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

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

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

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