#BDA482

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

Shades of Rodeo Dust #BDA482

Tints of Rodeo Dust #BDA482

Color information

#BDA482 (or 0xBDA482) is unknown color: approx Rodeo Dust. HEX triplet: BD, A4 and 82. RGB value is (189,164,130). Sum of RGB (Red+Green+Blue) = 189+164+130=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA482 is #425B7D. Grayscale: #A7A7A7. Windows color (decimal): -4348798 or 8561853. OLE color: 8561853.

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

Color convert

RGB189164130-
CMYK00.130.310.26
HSL34.58º30.89%62.55%-
HSV(B)34.58º31.22%74.12%-
XYZ38.2938.9826.63-
YUV167.6106.78143.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=39.13%
G=33.95%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916413000.130.310.2634.5830.8962.55
HexBDA4820D1F1A231f3f
Octal2752442020153732433777
Binary10111101101001001000001001101111111101010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA482; }

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

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

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

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

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

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

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

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