#BDA383

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

Shades of Rodeo Dust #BDA383

Tints of Rodeo Dust #BDA383

Color information

#BDA383 (or 0xBDA383) is unknown color: approx Rodeo Dust. HEX triplet: BD, A3 and 83. RGB value is (189,163,131). Sum of RGB (Red+Green+Blue) = 189+163+131=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA383 is #425C7C. Grayscale: #A7A7A7. Windows color (decimal): -4349053 or 8627133. OLE color: 8627133.

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

Color convert

RGB189163131-
CMYK00.140.310.26
HSL33.1º30.53%62.75%-
HSV(B)33.1º30.69%74.12%-
XYZ38.1838.6526.92-
YUV167.13107.61143.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=39.13%
G=33.75%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916313100.140.310.2633.130.5362.75
HexBDA3830E1F1A211f3f
Octal2752432030163732413777
Binary10111101101000111000001101110111111101010000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA383; }

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

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

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

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

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

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

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

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