#BEA88F

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

Shades of Rodeo Dust #BEA88F

Tints of Rodeo Dust #BEA88F

Color information

#BEA88F (or 0xBEA88F) is unknown color: approx Rodeo Dust. HEX triplet: BE, A8 and 8F. RGB value is (190,168,143). Sum of RGB (Red+Green+Blue) = 190+168+143=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA88F is #415770. Grayscale: #ABABAB. Windows color (decimal): -4282225 or 9414846. OLE color: 9414846.

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

Color convert

RGB190168143-
CMYK00.120.250.25
HSL31.91º26.55%65.29%-
HSV(B)31.91º24.74%74.51%-
XYZ40.240.9431.77-
YUV171.73111.79141.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=37.92%
G=33.53%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016814300.120.250.2531.9126.5565.29
HexBEA88F0C1919201b41
Octal27625021701431314033101
Binary101111101010100010001111011001100111001100000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA88F; }

 p { color: rgb(190,168,143); }

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

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

 a { background-color: rgb(190,168,143); }

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

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

 span { border-color: rgb(190,168,143); }

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