#BDA17E

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

Shades of Rodeo Dust #BDA17E

Tints of Rodeo Dust #BDA17E

Color information

#BDA17E (or 0xBDA17E) is unknown color: approx Rodeo Dust. HEX triplet: BD, A1 and 7E. RGB value is (189,161,126). Sum of RGB (Red+Green+Blue) = 189+161+126=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA17E is #425E81. Grayscale: #A5A5A5. Windows color (decimal): -4349570 or 8298941. OLE color: 8298941.

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

Color convert

RGB189161126-
CMYK00.150.330.26
HSL33.33º32.31%61.76%-
HSV(B)33.33º33.33%74.12%-
XYZ37.537.8125.06-
YUV165.38105.78144.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 126 (49.61% from 255) = 26.47%
R=39.71%
G=33.82%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916112600.150.330.2633.3332.3161.76
HexBDA17E0F211A21203e
Octal2752411760174132414076
Binary101111011010000111111100111110000111010100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA17E; }

 p { color: rgb(189,161,126); }

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

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

 a { background-color: rgb(189,161,126); }

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

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

 span { border-color: rgb(189,161,126); }

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