#BDA587

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

Shades of Rodeo Dust #BDA587

Tints of Rodeo Dust #BDA587

Color information

#BDA587 (or 0xBDA587) is unknown color: approx Rodeo Dust. HEX triplet: BD, A5 and 87. RGB value is (189,165,135). Sum of RGB (Red+Green+Blue) = 189+165+135=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA587 is #425A78. Grayscale: #A8A8A8. Windows color (decimal): -4348537 or 8889789. OLE color: 8889789.

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

Color convert

RGB189165135-
CMYK00.130.290.26
HSL33.33º29.03%63.53%-
HSV(B)33.33º28.57%74.12%-
XYZ38.8139.4828.5-
YUV168.76108.95142.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=38.65%
G=33.74%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916513500.130.290.2633.3329.0363.53
HexBDA5870D1D1A211d40
Octal27524520701535324135100
Binary101111011010010110000111011011110111010100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA587; }

 p { color: rgb(189,165,135); }

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

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

 a { background-color: rgb(189,165,135); }

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

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

 span { border-color: rgb(189,165,135); }

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