#BDA386

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

Shades of Rodeo Dust #BDA386

Tints of Rodeo Dust #BDA386

Color information

#BDA386 (or 0xBDA386) is unknown color: approx Rodeo Dust. HEX triplet: BD, A3 and 86. RGB value is (189,163,134). Sum of RGB (Red+Green+Blue) = 189+163+134=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA386 is #425C79. Grayscale: #A7A7A7. Windows color (decimal): -4349050 or 8823741. OLE color: 8823741.

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

Color convert

RGB189163134-
CMYK00.140.290.26
HSL31.64º29.41%63.33%-
HSV(B)31.64º29.1%74.12%-
XYZ38.3938.7328.01-
YUV167.47109.11143.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=38.89%
G=33.54%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916313400.140.290.2631.6429.4163.33
HexBDA3860E1D1A201d3f
Octal2752432060163532403577
Binary10111101101000111000011001110111011101010000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA386; }

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

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

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

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

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

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

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

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