#BCA58A

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

Shades of Rodeo Dust #BCA58A

Tints of Rodeo Dust #BCA58A

Color information

#BCA58A (or 0xBCA58A) is unknown color: approx Rodeo Dust. HEX triplet: BC, A5 and 8A. RGB value is (188,165,138). Sum of RGB (Red+Green+Blue) = 188+165+138=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA58A is #435A75. Grayscale: #A8A8A8. Windows color (decimal): -4414070 or 9086396. OLE color: 9086396.

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

Color convert

RGB188165138-
CMYK00.120.270.26
HSL32.4º27.17%63.92%-
HSV(B)32.4º26.6%73.73%-
XYZ38.7839.4429.61-
YUV168.8110.62141.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=38.29%
G=33.60%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816513800.120.270.2632.427.1763.92
HexBCA58A0C1B1A201b40
Octal27424521201433324033100
Binary101111001010010110001010011001101111010100000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA58A; }

 p { color: rgb(188,165,138); }

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

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

 a { background-color: rgb(188,165,138); }

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

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

 span { border-color: rgb(188,165,138); }

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