#BDA184

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

Shades of Rodeo Dust #BDA184

Tints of Rodeo Dust #BDA184

Color information

#BDA184 (or 0xBDA184) is unknown color: approx Rodeo Dust. HEX triplet: BD, A1 and 84. RGB value is (189,161,132). Sum of RGB (Red+Green+Blue) = 189+161+132=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA184 is #425E7B. Grayscale: #A6A6A6. Windows color (decimal): -4349564 or 8692157. OLE color: 8692157.

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

Color convert

RGB189161132-
CMYK00.150.300.26
HSL30.53º30.16%62.94%-
HSV(B)30.53º30.16%74.12%-
XYZ37.937.9727.16-
YUV166.07108.78144.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=39.21%
G=33.40%
B=27.39%

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
Decimal18916113200.150.300.2630.5330.1662.94
HexBDA1840F1E1A1f1e3f
Octal2752412040173632373677
Binary1011110110100001100001000111111110110101111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA184; }

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

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

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

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

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

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

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

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