#BEA48C

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

Shades of Rodeo Dust #BEA48C

Tints of Rodeo Dust #BEA48C

Color information

#BEA48C (or 0xBEA48C) is unknown color: approx Rodeo Dust. HEX triplet: BE, A4 and 8C. RGB value is (190,164,140). Sum of RGB (Red+Green+Blue) = 190+164+140=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA48C is #415B73. Grayscale: #A9A9A9. Windows color (decimal): -4283252 or 9217214. OLE color: 9217214.

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

Color convert

RGB190164140-
CMYK00.140.260.25
HSL28.8º27.78%64.71%-
HSV(B)28.8º26.32%74.51%-
XYZ39.2439.3930.35-
YUV169.04111.61142.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=38.46%
G=33.20%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016414000.140.260.2528.827.7864.71
HexBEA48C0E1A191d1c41
Octal27624421401632313534101
Binary10111110101001001000110001110110101100111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA48C; }

 p { color: rgb(190,164,140); }

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

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

 a { background-color: rgb(190,164,140); }

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

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

 span { border-color: rgb(190,164,140); }

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