#BEA17C

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

Shades of Rodeo Dust #BEA17C

Tints of Rodeo Dust #BEA17C

Color information

#BEA17C (or 0xBEA17C) is unknown color: approx Rodeo Dust. HEX triplet: BE, A1 and 7C. RGB value is (190,161,124). Sum of RGB (Red+Green+Blue) = 190+161+124=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA17C is #415E83. Grayscale: #A5A5A5. Windows color (decimal): -4284036 or 8167870. OLE color: 8167870.

HSL color Cylindrical-coordinate representation of color #BEA17C: hue angle of 33.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA17C is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB190161124-
CMYK00.150.350.25
HSL33.64º33.67%61.57%-
HSV(B)33.64º34.74%74.51%-
XYZ37.6237.8924.4-
YUV165.45104.61145.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=40%
G=33.89%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016112400.150.350.2533.6433.6761.57
HexBEA17C0F231922223e
Octal2762411740174331424276
Binary101111101010000111111000111110001111001100010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA17C; }

 p { color: rgb(190,161,124); }

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

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

 a { background-color: rgb(190,161,124); }

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

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

 span { border-color: rgb(190,161,124); }

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