#BDA586

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

Shades of Rodeo Dust #BDA586

Tints of Rodeo Dust #BDA586

Color information

#BDA586 (or 0xBDA586) is unknown color: approx Rodeo Dust. HEX triplet: BD, A5 and 86. RGB value is (189,165,134). Sum of RGB (Red+Green+Blue) = 189+165+134=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA586 is #425A79. Grayscale: #A8A8A8. Windows color (decimal): -4348538 or 8824253. OLE color: 8824253.

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

Color convert

RGB189165134-
CMYK00.130.290.26
HSL33.82º29.41%63.33%-
HSV(B)33.82º29.1%74.12%-
XYZ38.7439.4528.13-
YUV168.64108.45142.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=38.73%
G=33.81%
B=27.46%

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
Decimal18916513400.130.290.2633.8229.4163.33
HexBDA5860D1D1A221d3f
Octal2752452060153532423577
Binary10111101101001011000011001101111011101010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA586; }

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

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

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

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

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

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

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

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