#BDA486

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

Shades of Rodeo Dust #BDA486

Tints of Rodeo Dust #BDA486

Color information

#BDA486 (or 0xBDA486) is unknown color: approx Rodeo Dust. HEX triplet: BD, A4 and 86. RGB value is (189,164,134). Sum of RGB (Red+Green+Blue) = 189+164+134=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA486 is #425B79. Grayscale: #A8A8A8. Windows color (decimal): -4348794 or 8823997. OLE color: 8823997.

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

Color convert

RGB189164134-
CMYK00.130.290.26
HSL32.73º29.41%63.33%-
HSV(B)32.73º29.1%74.12%-
XYZ38.5639.0928.07-
YUV168.06108.78142.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=38.81%
G=33.68%
B=27.52%

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
Decimal18916413400.130.290.2632.7329.4163.33
HexBDA4860D1D1A211d3f
Octal2752442060153532413577
Binary10111101101001001000011001101111011101010000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA486; }

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

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

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

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

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

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

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

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