#BCA180

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

Shades of Rodeo Dust #BCA180

Tints of Rodeo Dust #BCA180

Color information

#BCA180 (or 0xBCA180) is unknown color: approx Rodeo Dust. HEX triplet: BC, A1 and 80. RGB value is (188,161,128). Sum of RGB (Red+Green+Blue) = 188+161+128=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA180 is #435E7F. Grayscale: #A5A5A5. Windows color (decimal): -4415104 or 8430012. OLE color: 8430012.

HSL color Cylindrical-coordinate representation of color #BCA180: hue angle of 33º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA180 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB188161128-
CMYK00.140.320.26
HSL33º30.93%61.96%-
HSV(B)33º31.91%73.73%-
XYZ37.3837.7425.74-
YUV165.31106.95144.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=39.41%
G=33.75%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816112800.140.320.263330.9361.96
HexBCA1800E201A211f3e
Octal2742412000164032413776
Binary101111001010000110000000011101000001101010000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA180; }

 p { color: rgb(188,161,128); }

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

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

 a { background-color: rgb(188,161,128); }

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

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

 span { border-color: rgb(188,161,128); }

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