#BDA081

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

Shades of Rodeo Dust #BDA081

Tints of Rodeo Dust #BDA081

Color information

#BDA081 (or 0xBDA081) is unknown color: approx Rodeo Dust. HEX triplet: BD, A0 and 81. RGB value is (189,160,129). Sum of RGB (Red+Green+Blue) = 189+160+129=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA081 is #425F7E. Grayscale: #A5A5A5. Windows color (decimal): -4349823 or 8495293. OLE color: 8495293.

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

Color convert

RGB189160129-
CMYK00.150.320.26
HSL31º31.25%62.35%-
HSV(B)31º31.75%74.12%-
XYZ37.5237.5526.04-
YUV165.14107.61145.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=39.54%
G=33.47%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916012900.150.320.263131.2562.35
HexBDA0810F201A1f1f3e
Octal2752402010174032373776
Binary10111101101000001000000101111100000110101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA081; }

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

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

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

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

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

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

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

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