#BCA38C

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

Shades of Rodeo Dust #BCA38C

Tints of Rodeo Dust #BCA38C

Color information

#BCA38C (or 0xBCA38C) is unknown color: approx Rodeo Dust. HEX triplet: BC, A3 and 8C. RGB value is (188,163,140). Sum of RGB (Red+Green+Blue) = 188+163+140=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA38C is #435C73. Grayscale: #A7A7A7. Windows color (decimal): -4414580 or 9216956. OLE color: 9216956.

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

Color convert

RGB188163140-
CMYK00.130.260.26
HSL28.75º26.37%64.31%-
HSV(B)28.75º25.53%73.73%-
XYZ38.5738.7830.26-
YUV167.85112.28142.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=38.29%
G=33.20%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816314000.130.260.2628.7526.3764.31
HexBCA38C0D1A1A1d1a40
Octal27424321401532323532100
Binary10111100101000111000110001101110101101011101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA38C; }

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

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

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

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

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

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

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

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