#BCA182

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

Shades of Rodeo Dust #BCA182

Tints of Rodeo Dust #BCA182

Color information

#BCA182 (or 0xBCA182) is unknown color: approx Rodeo Dust. HEX triplet: BC, A1 and 82. RGB value is (188,161,130). Sum of RGB (Red+Green+Blue) = 188+161+130=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA182 is #435E7D. Grayscale: #A5A5A5. Windows color (decimal): -4415102 or 8561084. OLE color: 8561084.

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

Color convert

RGB188161130-
CMYK00.140.310.26
HSL32.07º30.21%62.35%-
HSV(B)32.07º30.85%73.73%-
XYZ37.5137.7926.44-
YUV165.54107.95144.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=39.25%
G=33.61%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816113000.140.310.2632.0730.2162.35
HexBCA1820E1F1A201e3e
Octal2742412020163732403676
Binary10111100101000011000001001110111111101010000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA182; }

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

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

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

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

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

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

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

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