#BDA285

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

Shades of Rodeo Dust #BDA285

Tints of Rodeo Dust #BDA285

Color information

#BDA285 (or 0xBDA285) is unknown color: approx Rodeo Dust. HEX triplet: BD, A2 and 85. RGB value is (189,162,133). Sum of RGB (Red+Green+Blue) = 189+162+133=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA285 is #425D7A. Grayscale: #A6A6A6. Windows color (decimal): -4349307 or 8757949. OLE color: 8757949.

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

Color convert

RGB189162133-
CMYK00.140.300.26
HSL31.07º29.79%63.14%-
HSV(B)31.07º29.63%74.12%-
XYZ38.1438.3527.58-
YUV166.77108.95143.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=39.05%
G=33.47%
B=27.48%

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
Decimal18916213300.140.300.2631.0729.7963.14
HexBDA2850E1E1A1f1e3f
Octal2752422050163632373677
Binary1011110110100010100001010111011110110101111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA285; }

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

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

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

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

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

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

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

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