#BDA182

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

Shades of Rodeo Dust #BDA182

Tints of Rodeo Dust #BDA182

Color information

#BDA182 (or 0xBDA182) is unknown color: approx Rodeo Dust. HEX triplet: BD, A1 and 82. RGB value is (189,161,130). Sum of RGB (Red+Green+Blue) = 189+161+130=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA182 is #425E7D. Grayscale: #A5A5A5. Windows color (decimal): -4349566 or 8561085. OLE color: 8561085.

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

Color convert

RGB189161130-
CMYK00.150.310.26
HSL31.53º30.89%62.55%-
HSV(B)31.53º31.22%74.12%-
XYZ37.7637.9226.45-
YUV165.84107.78144.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=39.38%
G=33.54%
B=27.08%

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
Decimal18916113000.150.310.2631.5330.8962.55
HexBDA1820F1F1A201f3f
Octal2752412020173732403777
Binary10111101101000011000001001111111111101010000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA182; }

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

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

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

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

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

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

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

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