#BDA385

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

Shades of Rodeo Dust #BDA385

Tints of Rodeo Dust #BDA385

Color information

#BDA385 (or 0xBDA385) is unknown color: approx Rodeo Dust. HEX triplet: BD, A3 and 85. RGB value is (189,163,133). Sum of RGB (Red+Green+Blue) = 189+163+133=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA385 is #425C7A. Grayscale: #A7A7A7. Windows color (decimal): -4349051 or 8758205. OLE color: 8758205.

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

Color convert

RGB189163133-
CMYK00.140.300.26
HSL32.14º29.79%63.14%-
HSV(B)32.14º29.63%74.12%-
XYZ38.3238.7127.64-
YUV167.35108.61143.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=38.97%
G=33.61%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916313300.140.300.2632.1429.7963.14
HexBDA3850E1E1A201e3f
Octal2752432050163632403677
Binary10111101101000111000010101110111101101010000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA385; }

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

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

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

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

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

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

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

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