#BEA588

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

Shades of Rodeo Dust #BEA588

Tints of Rodeo Dust #BEA588

Color information

#BEA588 (or 0xBEA588) is unknown color: approx Rodeo Dust. HEX triplet: BE, A5 and 88. RGB value is (190,165,136). Sum of RGB (Red+Green+Blue) = 190+165+136=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA588 is #415A77. Grayscale: #A9A9A9. Windows color (decimal): -4283000 or 8955326. OLE color: 8955326.

HSL color Cylindrical-coordinate representation of color #BEA588: hue angle of 32.22º 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 #BEA588 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB190165136-
CMYK00.130.280.25
HSL32.22º29.35%63.92%-
HSV(B)32.22º28.42%74.51%-
XYZ39.1339.6328.88-
YUV169.17109.28142.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=38.70%
G=33.60%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016513600.130.280.2532.2229.3563.92
HexBEA5880D1C19201d40
Octal27624521001534314035100
Binary101111101010010110001000011011110011001100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA588; }

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

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

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

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

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

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

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

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