#BDA083

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

Shades of Rodeo Dust #BDA083

Tints of Rodeo Dust #BDA083

Color information

#BDA083 (or 0xBDA083) is unknown color: approx Rodeo Dust. HEX triplet: BD, A0 and 83. RGB value is (189,160,131). Sum of RGB (Red+Green+Blue) = 189+160+131=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA083 is #425F7C. Grayscale: #A5A5A5. Windows color (decimal): -4349821 or 8626365. OLE color: 8626365.

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

Color convert

RGB189160131-
CMYK00.150.310.26
HSL30º30.53%62.75%-
HSV(B)30º30.69%74.12%-
XYZ37.6537.626.75-
YUV165.36108.61144.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=39.38%
G=33.33%
B=27.29%

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
Decimal18916013100.150.310.263030.5362.75
HexBDA0830F1F1A1e1f3f
Octal2752402030173732363777
Binary1011110110100000100000110111111111110101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA083; }

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

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

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

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

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

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

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

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