#BDA089

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

Shades of Rodeo Dust #BDA089

Tints of Rodeo Dust #BDA089

Color information

#BDA089 (or 0xBDA089) is unknown color: approx Rodeo Dust. HEX triplet: BD, A0 and 89. RGB value is (189,160,137). Sum of RGB (Red+Green+Blue) = 189+160+137=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA089 is #425F76. Grayscale: #A6A6A6. Windows color (decimal): -4349815 or 9019581. OLE color: 9019581.

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

Color convert

RGB189160137-
CMYK00.150.280.26
HSL26.54º28.26%63.92%-
HSV(B)26.54º27.51%74.12%-
XYZ38.0737.7728.95-
YUV166.05111.61144.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=38.89%
G=32.92%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916013700.150.280.2626.5428.2663.92
HexBDA0890F1C1A1b1c40
Octal27524021101734323334100
Binary10111101101000001000100101111111001101011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA089; }

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

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

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

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

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

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

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

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