#BEA17D

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

Shades of Rodeo Dust #BEA17D

Tints of Rodeo Dust #BEA17D

Color information

#BEA17D (or 0xBEA17D) is unknown color: approx Rodeo Dust. HEX triplet: BE, A1 and 7D. RGB value is (190,161,125). Sum of RGB (Red+Green+Blue) = 190+161+125=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA17D is #415E82. Grayscale: #A5A5A5. Windows color (decimal): -4284035 or 8233406. OLE color: 8233406.

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

Color convert

RGB190161125-
CMYK00.150.340.25
HSL33.23º33.33%61.76%-
HSV(B)33.23º34.21%74.51%-
XYZ37.6837.9224.73-
YUV165.57105.11145.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=39.92%
G=33.82%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016112500.150.340.2533.2333.3361.76
HexBEA17D0F221921213e
Octal2762411750174231414176
Binary101111101010000111111010111110001011001100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA17D; }

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

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

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

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

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

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

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

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