#BCA390

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

Shades of Rodeo Dust #BCA390

Tints of Rodeo Dust #BCA390

Color information

#BCA390 (or 0xBCA390) is unknown color: approx Rodeo Dust. HEX triplet: BC, A3 and 90. RGB value is (188,163,144). Sum of RGB (Red+Green+Blue) = 188+163+144=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA390 is #435C6F. Grayscale: #A8A8A8. Windows color (decimal): -4414576 or 9479100. OLE color: 9479100.

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

Color convert

RGB188163144-
CMYK00.130.230.26
HSL25.91º24.72%65.1%-
HSV(B)25.91º23.4%73.73%-
XYZ38.8738.931.85-
YUV168.31114.28142.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=37.98%
G=32.93%
B=29.09%

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
Decimal18816314400.130.230.2625.9124.7265.1
HexBCA3900D171A1a1941
Octal27424322001527323231101
Binary10111100101000111001000001101101111101011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA390; }

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

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

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

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

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

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

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

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