#BEA18B

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

Shades of Rodeo Dust #BEA18B

Tints of Rodeo Dust #BEA18B

Color information

#BEA18B (or 0xBEA18B) is unknown color: approx Rodeo Dust. HEX triplet: BE, A1 and 8B. RGB value is (190,161,139). Sum of RGB (Red+Green+Blue) = 190+161+139=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA18B is #415E74. Grayscale: #A7A7A7. Windows color (decimal): -4284021 or 9150910. OLE color: 9150910.

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

Color convert

RGB190161139-
CMYK00.150.270.25
HSL25.88º28.18%64.51%-
HSV(B)25.88º26.84%74.51%-
XYZ38.6438.329.78-
YUV167.16112.11144.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=38.78%
G=32.86%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016113900.150.270.2525.8828.1864.51
HexBEA18B0F1B191a1c41
Octal27624121301733313234101
Binary10111110101000011000101101111110111100111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA18B; }

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

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

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

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

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

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

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

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