#BDA082

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

Shades of Rodeo Dust #BDA082

Tints of Rodeo Dust #BDA082

Color information

#BDA082 (or 0xBDA082) is unknown color: approx Rodeo Dust. HEX triplet: BD, A0 and 82. RGB value is (189,160,130). Sum of RGB (Red+Green+Blue) = 189+160+130=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA082 is #425F7D. Grayscale: #A5A5A5. Windows color (decimal): -4349822 or 8560829. OLE color: 8560829.

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

Color convert

RGB189160130-
CMYK00.150.310.26
HSL30.51º30.89%62.55%-
HSV(B)30.51º31.22%74.12%-
XYZ37.5937.5726.39-
YUV165.25108.11144.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=39.46%
G=33.40%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916013000.150.310.2630.5130.8962.55
HexBDA0820F1F1A1f1f3f
Octal2752402020173732373777
Binary1011110110100000100000100111111111110101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA082; }

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

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

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

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

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

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

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

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