#BDA381

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

Shades of Rodeo Dust #BDA381

Tints of Rodeo Dust #BDA381

Color information

#BDA381 (or 0xBDA381) is unknown color: approx Rodeo Dust. HEX triplet: BD, A3 and 81. RGB value is (189,163,129). Sum of RGB (Red+Green+Blue) = 189+163+129=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA381 is #425C7E. Grayscale: #A7A7A7. Windows color (decimal): -4349055 or 8496061. OLE color: 8496061.

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

Color convert

RGB189163129-
CMYK00.140.320.26
HSL34º31.25%62.35%-
HSV(B)34º31.75%74.12%-
XYZ38.0538.626.21-
YUV166.9106.61143.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=39.29%
G=33.89%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916312900.140.320.263431.2562.35
HexBDA3810E201A221f3e
Octal2752432010164032423776
Binary101111011010001110000001011101000001101010001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA381; }

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

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

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

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

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

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

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

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