#BCA490

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

Shades of Rodeo Dust #BCA490

Tints of Rodeo Dust #BCA490

Color information

#BCA490 (or 0xBCA490) is unknown color: approx Rodeo Dust. HEX triplet: BC, A4 and 90. RGB value is (188,164,144). Sum of RGB (Red+Green+Blue) = 188+164+144=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA490 is #435B6F. Grayscale: #A9A9A9. Windows color (decimal): -4414320 or 9479356. OLE color: 9479356.

HSL color Cylindrical-coordinate representation of color #BCA490: hue angle of 27.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA490 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188164144-
CMYK00.130.230.26
HSL27.27º24.72%65.1%-
HSV(B)27.27º23.4%73.73%-
XYZ39.0539.2631.9-
YUV168.9113.95141.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=37.90%
G=33.06%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816414400.130.230.2627.2724.7265.1
HexBCA4900D171A1b1941
Octal27424422001527323331101
Binary10111100101001001001000001101101111101011011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA490; }

 p { color: rgb(188,164,144); }

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

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

 a { background-color: rgb(188,164,144); }

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

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

 span { border-color: rgb(188,164,144); }

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