#BDA389

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

Shades of Rodeo Dust #BDA389

Tints of Rodeo Dust #BDA389

Color information

#BDA389 (or 0xBDA389) is unknown color: approx Rodeo Dust. HEX triplet: BD, A3 and 89. RGB value is (189,163,137). Sum of RGB (Red+Green+Blue) = 189+163+137=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA389 is #425C76. Grayscale: #A7A7A7. Windows color (decimal): -4349047 or 9020349. OLE color: 9020349.

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

Color convert

RGB189163137-
CMYK00.140.280.26
HSL30º28.26%63.92%-
HSV(B)30º27.51%74.12%-
XYZ38.638.8229.13-
YUV167.81110.61143.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=38.65%
G=33.33%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916313700.140.280.263028.2663.92
HexBDA3890E1C1A1e1c40
Octal27524321101634323634100
Binary10111101101000111000100101110111001101011110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA389; }

 p { color: rgb(189,163,137); }

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

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

 a { background-color: rgb(189,163,137); }

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

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

 span { border-color: rgb(189,163,137); }

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