#BCA381

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

Shades of Rodeo Dust #BCA381

Tints of Rodeo Dust #BCA381

Color information

#BCA381 (or 0xBCA381) is unknown color: approx Rodeo Dust. HEX triplet: BC, A3 and 81. RGB value is (188,163,129). Sum of RGB (Red+Green+Blue) = 188+163+129=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA381 is #435C7E. Grayscale: #A6A6A6. Windows color (decimal): -4414591 or 8496060. OLE color: 8496060.

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

Color convert

RGB188163129-
CMYK00.130.310.26
HSL34.58º30.57%62.16%-
HSV(B)34.58º31.38%73.73%-
XYZ37.838.4726.2-
YUV166.6106.78143.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=39.17%
G=33.96%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816312900.130.310.2634.5830.5762.16
HexBCA3810D1F1A231f3e
Octal2742432010153732433776
Binary10111100101000111000000101101111111101010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA381; }

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

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

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

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

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

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

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

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