#BDA280

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

Shades of Rodeo Dust #BDA280

Tints of Rodeo Dust #BDA280

Color information

#BDA280 (or 0xBDA280) is unknown color: approx Rodeo Dust. HEX triplet: BD, A2 and 80. RGB value is (189,162,128). Sum of RGB (Red+Green+Blue) = 189+162+128=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA280 is #425D7F. Grayscale: #A6A6A6. Windows color (decimal): -4349312 or 8430269. OLE color: 8430269.

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

Color convert

RGB189162128-
CMYK00.140.320.26
HSL33.44º31.61%62.16%-
HSV(B)33.44º32.28%74.12%-
XYZ37.838.2225.81-
YUV166.2106.45144.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=39.46%
G=33.82%
B=26.72%

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
Decimal18916212800.140.320.2633.4431.6162.16
HexBDA2800E201A21203e
Octal2752422000164032414076
Binary1011110110100010100000000111010000011010100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA280; }

 p { color: rgb(189,162,128); }

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

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

 a { background-color: rgb(189,162,128); }

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

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

 span { border-color: rgb(189,162,128); }

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