#BEA388

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

Shades of Rodeo Dust #BEA388

Tints of Rodeo Dust #BEA388

Color information

#BEA388 (or 0xBEA388) is unknown color: approx Rodeo Dust. HEX triplet: BE, A3 and 88. RGB value is (190,163,136). Sum of RGB (Red+Green+Blue) = 190+163+136=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA388 is #415C77. Grayscale: #A8A8A8. Windows color (decimal): -4283512 or 8954814. OLE color: 8954814.

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

Color convert

RGB190163136-
CMYK00.140.280.25
HSL30º29.35%63.92%-
HSV(B)30º28.42%74.51%-
XYZ38.7838.9228.76-
YUV167.99109.95143.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=38.85%
G=33.33%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016313600.140.280.253029.3563.92
HexBEA3880E1C191e1d40
Octal27624321001634313635100
Binary10111110101000111000100001110111001100111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA388; }

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

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

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

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

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

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

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

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