#BDA590

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

Shades of Rodeo Dust #BDA590

Tints of Rodeo Dust #BDA590

Color information

#BDA590 (or 0xBDA590) is unknown color: approx Rodeo Dust. HEX triplet: BD, A5 and 90. RGB value is (189,165,144). Sum of RGB (Red+Green+Blue) = 189+165+144=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA590 is #425A6F. Grayscale: #A9A9A9. Windows color (decimal): -4348528 or 9479613. OLE color: 9479613.

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

Color convert

RGB189165144-
CMYK00.130.240.26
HSL28º25.42%65.29%-
HSV(B)28º23.81%74.12%-
XYZ39.4839.7431.98-
YUV169.78113.45141.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 165 (64.84% from 255) = 33.13%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=37.95%
G=33.13%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916514400.130.240.262825.4265.29
HexBDA5900D181A1c1941
Octal27524522001530323431101
Binary10111101101001011001000001101110001101011100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA590; }

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

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

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

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

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

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

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

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