#BCA282

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

Shades of Rodeo Dust #BCA282

Tints of Rodeo Dust #BCA282

Color information

#BCA282 (or 0xBCA282) is unknown color: approx Rodeo Dust. HEX triplet: BC, A2 and 82. RGB value is (188,162,130). Sum of RGB (Red+Green+Blue) = 188+162+130=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA282 is #435D7D. Grayscale: #A6A6A6. Windows color (decimal): -4414846 or 8561340. OLE color: 8561340.

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

Color convert

RGB188162130-
CMYK00.140.310.26
HSL33.1º30.21%62.35%-
HSV(B)33.1º30.85%73.73%-
XYZ37.6938.1426.5-
YUV166.13107.61143.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=39.17%
G=33.75%
B=27.08%

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
Decimal18816213000.140.310.2633.130.2162.35
HexBCA2820E1F1A211e3e
Octal2742422020163732413676
Binary10111100101000101000001001110111111101010000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA282; }

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

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

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

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

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

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

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

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