#BDA185

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

Shades of Rodeo Dust #BDA185

Tints of Rodeo Dust #BDA185

Color information

#BDA185 (or 0xBDA185) is unknown color: approx Rodeo Dust. HEX triplet: BD, A1 and 85. RGB value is (189,161,133). Sum of RGB (Red+Green+Blue) = 189+161+133=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA185 is #425E7A. Grayscale: #A6A6A6. Windows color (decimal): -4349563 or 8757693. OLE color: 8757693.

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

Color convert

RGB189161133-
CMYK00.150.300.26
HSL30º29.79%63.14%-
HSV(B)30º29.63%74.12%-
XYZ37.963827.52-
YUV166.18109.28144.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=39.13%
G=33.33%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916113300.150.300.263029.7963.14
HexBDA1850F1E1A1e1e3f
Octal2752412050173632363677
Binary1011110110100001100001010111111110110101111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA185; }

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

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

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

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

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

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

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

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