#BEA28C

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

Shades of Rodeo Dust #BEA28C

Tints of Rodeo Dust #BEA28C

Color information

#BEA28C (or 0xBEA28C) is unknown color: approx Rodeo Dust. HEX triplet: BE, A2 and 8C. RGB value is (190,162,140). Sum of RGB (Red+Green+Blue) = 190+162+140=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA28C is #415D73. Grayscale: #A7A7A7. Windows color (decimal): -4283764 or 9216702. OLE color: 9216702.

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

Color convert

RGB190162140-
CMYK00.150.260.25
HSL26.4º27.78%64.71%-
HSV(B)26.4º26.32%74.51%-
XYZ38.8938.6830.23-
YUV167.86112.28143.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=38.62%
G=32.93%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016214000.150.260.2526.427.7864.71
HexBEA28C0F1A191a1c41
Octal27624221401732313234101
Binary10111110101000101000110001111110101100111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA28C; }

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

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

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

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

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

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

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

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