#BDA189

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

Shades of Rodeo Dust #BDA189

Tints of Rodeo Dust #BDA189

Color information

#BDA189 (or 0xBDA189) is unknown color: approx Rodeo Dust. HEX triplet: BD, A1 and 89. RGB value is (189,161,137). Sum of RGB (Red+Green+Blue) = 189+161+137=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA189 is #425E76. Grayscale: #A6A6A6. Windows color (decimal): -4349559 or 9019837. OLE color: 9019837.

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

Color convert

RGB189161137-
CMYK00.150.280.26
HSL27.69º28.26%63.92%-
HSV(B)27.69º27.51%74.12%-
XYZ38.2538.1129.01-
YUV166.64111.28143.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=38.81%
G=33.06%
B=28.13%

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
Decimal18916113700.150.280.2627.6928.2663.92
HexBDA1890F1C1A1c1c40
Octal27524121101734323434100
Binary10111101101000011000100101111111001101011100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA189; }

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

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

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

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

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

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

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

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