#BDA690

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

Shades of Rodeo Dust #BDA690

Tints of Rodeo Dust #BDA690

Color information

#BDA690 (or 0xBDA690) is unknown color: approx Rodeo Dust. HEX triplet: BD, A6 and 90. RGB value is (189,166,144). Sum of RGB (Red+Green+Blue) = 189+166+144=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA690 is #42596F. Grayscale: #AAAAAA. Windows color (decimal): -4348272 or 9479869. OLE color: 9479869.

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

Color convert

RGB189166144-
CMYK00.120.240.26
HSL29.33º25.42%65.29%-
HSV(B)29.33º23.81%74.12%-
XYZ39.6640.132.04-
YUV170.37113.12141.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=37.88%
G=33.27%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916614400.120.240.2629.3325.4265.29
HexBDA6900C181A1d1941
Octal27524622001430323531101
Binary10111101101001101001000001100110001101011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA690; }

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

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

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

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

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

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

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

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