#BDA484

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

Shades of Rodeo Dust #BDA484

Tints of Rodeo Dust #BDA484

Color information

#BDA484 (or 0xBDA484) is unknown color: approx Rodeo Dust. HEX triplet: BD, A4 and 84. RGB value is (189,164,132). Sum of RGB (Red+Green+Blue) = 189+164+132=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA484 is #425B7B. Grayscale: #A7A7A7. Windows color (decimal): -4348796 or 8692925. OLE color: 8692925.

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

Color convert

RGB189164132-
CMYK00.130.300.26
HSL33.68º30.16%62.94%-
HSV(B)33.68º30.16%74.12%-
XYZ38.4339.0427.34-
YUV167.83107.78143.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=38.97%
G=33.81%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916413200.130.300.2633.6830.1662.94
HexBDA4840D1E1A221e3f
Octal2752442040153632423677
Binary10111101101001001000010001101111101101010001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA484; }

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

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

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

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

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

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

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

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