#BEA188

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

Shades of Rodeo Dust #BEA188

Tints of Rodeo Dust #BEA188

Color information

#BEA188 (or 0xBEA188) is unknown color: approx Rodeo Dust. HEX triplet: BE, A1 and 88. RGB value is (190,161,136). Sum of RGB (Red+Green+Blue) = 190+161+136=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA188 is #415E77. Grayscale: #A6A6A6. Windows color (decimal): -4284024 or 8954302. OLE color: 8954302.

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

Color convert

RGB190161136-
CMYK00.150.280.25
HSL27.78º29.35%63.92%-
HSV(B)27.78º28.42%74.51%-
XYZ38.4238.2128.64-
YUV166.82110.61144.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=39.01%
G=33.06%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016113600.150.280.2527.7829.3563.92
HexBEA1880F1C191c1d40
Octal27624121001734313435100
Binary10111110101000011000100001111111001100111100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA188; }

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

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

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

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

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

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

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

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